I need to use the grid to display a fairly large data set (

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.


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).


scbr.com/docs/products/dhtmlxGri … 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.