Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by daniel vanesse on Jan 22, 2008 02:15
open dhtmlx forum
loading grid from html table

How an I speedup the loading of a grid from a big html table (3000 roes or more)? Using enableBuffering does not help.
Please advise.
Answer posted by Support on Jan 22, 2008 05:59
In current version, loading from HTML table produce grid in default mode, so it not possible to use Paging|Buffering|Smart Rendering in such mode
If you need to load big datasets - loading from HTML is worst way.
Answer posted by Daniel Vanesse on Jan 22, 2008 06:58
I agree that it is not the best way of loading big grids. But, then, allow to load from an embedded XML data island, even with Firefox and Opera (see my other post).
The reason why the grid content and the surrounding html must reside in the same file is that the whole content must be indexed as a single URL that can be retrieved by a search engine.
Answer posted by Support on Jan 23, 2008 03:53