|
Virtual Mode
The GridControl can quickly display huge volumes of data in the virtual mode. The data can be stored in an external datastructure and supplied on demand. In virtual mode, users can 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 without compromising performance.
Grid Control With Large NUmber of Rows
Virtual mode can also be used in combination with a regular grid or a databound grid. Users can choose to supply specific cells on-demand whereas other calls can be loaded from the grid internally.
|
|
|
|