Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Martin van der Poel on Jun 27, 2008 00:45
open dhtmlx forum
while scrolling there are gaps between new loaded rows

Hello,

I using the dhtmlxgrid with xml smartrendering. So when i scroll it does an xml request which loads the new set of rows. But when i scroll very slow it goes perfect. But the faster i scroll the bigger the gaps becomes between the old set and new set of rows.

How can i tweak this?

gr. Martin
Answer posted by Support on Jun 27, 2008 01:37
If you are using the rows with non-default height - you need to specify used height as
    grid.setAwaitedRowHeight(22); // where 22 - expected height of row

There was a bug in SRND processing in earlier release ( current version already contain fixed files ) , you can try to use attached js file instead of original dhtmlxgrid_srnd.js , it may resolve issue.
Attachments (1)