PDA

View Full Version : Appli multiple filters on a grid



sarsipius
23 Oct 2008, 7:02 AM
Hi,

I try to use Ext GWT with success but I would like to know how apply multiple filters on a grid

Is there a simple method to do that?

And also I would like to know how to customize the header of the grip in order to have the filter in it (asin the Ext JS example about grid filtering)

Thanks

ssawchenko
10 Jul 2009, 3:17 PM
Bump

I'd also like to do this. I know you can use filterBy on the data store and filter based on the results of a function, but what if I want to apply one filter and then filter based on the already filtered data?

Thanks!