Be sure your post includes:
1.Smartgwt 2.4
2. IE 10
I have list grid with page size set to 100 and server side code for fetch operation. The listgrid fetches the data normally with out any issues. I added the API to to Group by on one of the column in the data source. Now the server side is called twice. The difference between the two server side fetch is the first one endRow is 100 and the second one is 1000. Please help how to avoid two server side fetch instead of one.
1.Smartgwt 2.4
2. IE 10
I have list grid with page size set to 100 and server side code for fetch operation. The listgrid fetches the data normally with out any issues. I added the API to to Group by on one of the column in the data source. Now the server side is called twice. The difference between the two server side fetch is the first one endRow is 100 and the second one is 1000. Please help how to avoid two server side fetch instead of one.
Comment