Multiple CGridViews, single view, filtering issue

I have two CGridViews on the same View using the same Model.

When filtering is performed, in both cases the ajax request is $_GET[‘ModelName’]. In other words, I get the same filter request from both CGridViews. How can I change the $_GET key for one of the CGridViews so that my requests are different?

Have you set a different Id for each CGridView?

Matt

Yes, they have unique ID’s

This thread may have a solution for your case.

/Tommy