PDA

View Full Version : Grid with grouping and paging



666ragez666
19 Feb 2009, 7:48 PM
Hello everyone,

I am still looking for an example of a grid with both grouping and paging features, if some one have a working sample it would really be happy.:D

dpope22
2 Apr 2009, 12:21 PM
I'm trying to implement a solution which contains grouping and paging in a single grid. I've taken a couple of approaches already and keep coming up with issues which prevent it from working correctly.

Has anyone implemented a grid with grouping and paging?

666ragez666
15 Apr 2009, 10:23 PM
Actually I am kind of stupid, I have tried once more today and simply replacing


ListStore<Stock> store = new ListStore<Stock>(loader);

by


GroupingStore<Stock> store = new GroupingStore<Stock>(loader);


So I have no idea why I bumped my head on that one ...... I might have mixed ListStore and GroupingStore the first time .... :-?