Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by CHW on Apr 16, 2008 14:14
open dhtmlx forum
dhtmlXGridFromTable - Speed

Hi,

I have the generation of HTML in 1 or 2 seconds (in server side).

But it takes the creation of the grid more than 3 minutes. (in client side). Using dhtmlXGridFromTable.

For instance: 1000 lines for 3 columns. (3000 cells).

Some idea how to improve the speed in the client?

Best regards,

CHW
Answer posted by Support on Apr 17, 2008 02:04
Initialization from HTML not purposed to load big grids , there is no way to improve performance of such operation significantly.
You may try to output data as XML on page and init grid from XML island in SmartRendering mode.