change url sorter and filter in a grid view

Hello,

I need to change the url of the action when it comes to my grid view

to sort or filter. Is there a way to do it?

thanks

If you work with the Yii CRUD scaffolding code, you will see that CGridView works with ajax enabled by default. You could try to deactive it and show the filter vars in the URL with:


'ajaxUpdate'=>false

cbi