pbt
4 Jan 2011, 7:07 AM
Hello,
I have a grid with paging and I'd like to filter data using GridFilters. I use these elements to load the data :
proxy = new PagingModelMemoryProxy (createModel ());
PagingLoader<PagingLoadResult<ModelData>> loader = new BasePagingLoader<PagingLoadResult<ModelData>>(proxy);
display.createGrid (new ColumnModel (configs), loader);
However, when I apply the filters, only the first page is filtered. Is it because of the proxy or the loader?
Thank you.
PBT
I have a grid with paging and I'd like to filter data using GridFilters. I use these elements to load the data :
proxy = new PagingModelMemoryProxy (createModel ());
PagingLoader<PagingLoadResult<ModelData>> loader = new BasePagingLoader<PagingLoadResult<ModelData>>(proxy);
display.createGrid (new ColumnModel (configs), loader);
However, when I apply the filters, only the first page is filtered. Is it because of the proxy or the loader?
Thank you.
PBT