CGridView Non-Column Filter

Hi all,

Can I add non-Column Filter to CGridView?

I’m still trying to make it functioning properly.

I have no idea to make it synchronize.

When I fill the date text field, CGridView just filter it by date.

When I fill the another text field (except date text field), CGridView filter it use all filter data exclude date

anyone can help?

the screenshot : 1773

Meeting Room.JPG

Take a look at how works the advanced search in the gii generated code.

I have seen and applied it. When call




$.fn.yiiGridView.update('rapat-grid', {

  data: $(this).serialize()

});



all previous filter’s datas will be replaced. I just want to add some, not replace.