Smart Rendering causes missing rows with empty spaces

Hi,

Iam using dynamic smart rendering. When I scroll, I find some rows missing and empty space is created where rows are missing. Could you please tell me what is the cause and how it can be prevented. Iam attaching a java servlet sample which when deployed in tomcat server causes the issue.Also Iam attaching image of html page where issue occured.

Thanks in advance,
bsg
brokengrid.zip (3.04 KB)
ScrollTable.zip (198 KB)

Such issue may occur if rows height is not standard. In such case you should define new rows height with setAwaitedRowHeight() method docs.dhtmlx.com/doku.php?id=dhtm … drowheight

Also note, Smart Rendering mode is incompatible with multi line mode.