Using Multiple Grid Views

In the app I’m developing, I have one to one and sometimes one to many relationships. I’m trying to use selectors built with gridView. All works fine except for filtering… I get that the filter is going to try and run through the current routes controller. I need these “auxillary” selectors to run each through its own controller so that the search() action is correct for the grid.

Any help would be appreciated.

I could put these in modal views with an iframe… that is just not very elegant, and causes usability issues.

Paul