Hybrid View
-
15 Feb 2013 7:43 AM #1
Getting multiple requests with scrolling on Live Grid.
Getting multiple requests with scrolling on Live Grid.
I have a live grid view implemented as in the LiveGridEample. When I do scrolling on this multiple request are made with the same offset and limit value.
I have my
LiveGridView.cachesize as 20 and
LiveGridView.prefetchfactor as 0.2
Intially, when the grid is loaded there was one request made with offset 0 and limit 20,
but as soon as I reach the 20th record by scrolling multiple requests are being made to get the next set of data with the same offset and limit value.
I am not sure that from where these multiple calls are getting triggered. Any help on this is much appreciated.
-
15 Feb 2013 7:46 AM #2
How many rows have you visible in your grid?
Which version of GXT are you using?
-
20 Feb 2013 1:34 AM #3
Initailly it displayed 11 rows and I am using Ext GWT 2.2.5.
-
20 Feb 2013 2:11 AM #4
There should not be two requests containing the same values. I will move this thread to the bugs forum for further investigation. Have you tried to increase your cacheSize?
-
20 Feb 2013 2:52 AM #5
Yes, I tried with different cache size. Even then I got multiple request with same value.
-
18 Apr 2013 8:00 AM #6
The same happens with GXT 3.0.1. LiveGridView starts endless loop to fetch the data.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote