CGridView - Append a parameter on filter data

Hi,

Since I have a filter in my actionAdmin, how can I add a parameter to the CGridView filter data submit?

You can use beforeAjaxUpdate to modify the ajax options (including data):

http://www.yiiframework.com/doc/api/1.1/CGridView/#beforeAjaxUpdate-detail

Thanks for your reply BStep. That worked.

hai, can you explain how to use it? step by step.