Go Back   SmartClient Forums > Smart GWT Technical Q&A
Wiki Register Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
  #1  
Old 1st Oct 2009, 22:56
satyag satyag is offline
Registered Developer
 
Join Date: Sep 2009
Posts: 11
Default Grouping with Progressive loading

Hi All,

I have tried the dynamic grouping with putting these two methods
countryGrid.setGroupStartOpen("all");
countryGrid.setGroupByField("continent");
It is working fine.

And also done the progressive loading with the
countryGrid.setAutoFetchData(true);
And it is also working fine.

But when I set these three methods with the countryGrid then the progressive loading is failing while scrolling down the scrollbar.

I have debug the code then I found that by default the component is fetching the first 1000 records and grouping within that records.

Please help me to find that is there any way to grouping with the progressive loading.
Or do I need to use the pagination for certain group like 'A-D' and 'E-H' and when the user selects any of the particular group then within that group the application will fetch the records and show the records in the listgrid.

Last edited by satyag; 1st Oct 2009 at 23:01..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search


© 2010,2011 Isomorphic Software. All Rights Reserved