Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 11:28
open dhtmlx forum
I need to use the grid to display a fairly large data set (no editing necessary), the two requirements being...

I need to use the grid to display a fairly large data set (no editing necessary), the two requirements being that it is able to fix the leftmost column as well as top two rows, and that it is capable of handling ~ 10,000 text-only fields (100x100 cells) at a time without a significant performance reduction.
Answer posted on Mar 07, 2007 11:28

In smart rendering mode grid is capable to show a huge amount of data (but this requires a server side script for feeding grid control with necessary XML).

http://scbr.com/docs/products/dhtmlxGrid/samples/10000/index.html

The pro version of grid has split functionality which allows to freeze columns. There is no way to freeze rows, but you can use additional headers line to represent such data.

Answer posted by Alexandra (Support) on Dec 08, 2014 12:41

Having solved the problem mentioned above, you may also look through the possible related problems with javascript date api and treeview drag.