Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Gigi on Jun 02, 2008 21:14
open dhtmlx forum
Smart Rendering in dhtmlxTreeGrid

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);"
Answer posted by Support on Jun 03, 2008 02:07
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 )