Hi,
In deffered scrolling the scroll bar moves there is a continous request for data. Is there a way to request for data only when the scroll bar is stopped at a particular location ans not while it's moving?
Thanks,
Sayali
In addition to the above mentioned question Im having a lot of performance issues as well its taking around 3 seconds to load 100 rows of 5 column data. Even if I change the number of rows to a lower count it still takes as much time. Though if i reduce columns it works faster. For example with a single column is takes 700 millisecods, with 2 columns around 1.3 seconds. Is there any way to increase the performance?
Deferred scrolling will continue to access the data rows, there isn't a way to have it not make requests while its moving.
As for your performance question.
It shouldn't be taking anywhere near that amount of time, especially with only 5 columns and 100 rows.
Area all 100 rows visible?
Can you post your sample?
-SteveZ