Hi,
I am trying our smart rendering feature in dhtmlxTreeGrid.Within 2-3 seconds i am able to retrieve the xmlString from server . But for rendering it takes about 12 seconds.If i am enabling this smart rendering feature , it doesnt make any improvement…it still consumes some 11 second.What may be the issue?
I have included “dhtmlxgrid_srnd.js” and invoked “mygrid.enableSmartRendering(true);”
The problem can be caused by using some grid operations , which requires access to all rows in grid
It can be
a) usage of auto-height mode ( which cause all rows rendered at once )
b) usage of forEachRow or similar operation after data loading
If problem still occurs for you - please send an example of such problematic XML ( you can send it directly to support@dhtmlx.com )