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
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.
dhtmlxgrid_srnd.zip (1.78 KB)