|
Virtual Mode
The GridControl can display huge volumes of data, at an extremely high pace, in the virtual mode. The data can be stored in external data structures and supplied on demand. In virtual mode, users may bind the GridControl to any external data without having to give the grid control over the datasource.
The GridControl can easily support billions of rows and still perform very well.
The GridControl displaying a billion rows
Virtual mode can also be used in combination with a regular grid or a databound grid. Users may choose to supply only specific cells on demand whereas others can be loaded from the grid internally.
|
|
|
|