CGridView filter not working in CTabView

Hi everyone :)

I’m a stuck with a problem i can’t solve…

So, in my project, a "Person" have a relation with multiple "OrderLine". I have modified the default "admin" view of Person: when you click on the "view" button in, a CJuiDialog pop-up.

Inside that CJuiDialog, i have a CJtabView, with multiple tab (such as details, OrderLine, etc). In some of those tab, i have a CGridView that displays, for my example, all of the orderLine for this person. This work properly.

But what doesn’t work is the filter. That mean i can’t search for specific data. If i have 10 orderLine with Cola, and 10 orderLine with Sprite, i won’t be able to search ONLY for the “cola” ones.

Do you know how to do this? Maybe using another class for the tab view?

It seems that i can’t pass any parameters to that specific tab…

Thanks for your time, and sorry for my poor english, i’m from belgium ;)

anyone?

Still stucked :confused: