Hi,
When I scroll through a grid using my mousewheel I often get a several blank rows in the viewport which are then drawn with content. The data is already present on the client (so no server side request is done).
Is there a way to tell Smartclient to draw the rows before they are scrolled into the viewport? Or some other property I can set?
I have tried setting the drawAheadRatio/quickDrawAheadRatio to larger values (4 or 6) but does not seem to help and gives larger delays when scrolling.
I tried this demo and it shows the same behavior (show empty rows when scrolling with the mousewheel):
http://www.smartclient.com/index.jsp#adaptiveSort
gr. Martin
When I scroll through a grid using my mousewheel I often get a several blank rows in the viewport which are then drawn with content. The data is already present on the client (so no server side request is done).
Is there a way to tell Smartclient to draw the rows before they are scrolled into the viewport? Or some other property I can set?
I have tried setting the drawAheadRatio/quickDrawAheadRatio to larger values (4 or 6) but does not seem to help and gives larger delays when scrolling.
I tried this demo and it shows the same behavior (show empty rows when scrolling with the mousewheel):
http://www.smartclient.com/index.jsp#adaptiveSort
gr. Martin
Comment