After you install a trial or full version of QtitanDataGrid on your computer, you will find a number of demos in the <Qtitan Install Path>/demos/grid folder that will demonstrate how QtitanDataGrid can be used in different situations and for different purposes.
The example shows how to enable the option of adding a new row by the user.
The example shows how to correctly create banded columns and populate them with initial values.
The example shows how to control fixed columns (cannot be scrolled horizontally) on the left- and right-hand side of the table.
This example demonstrates the behavior of a grid with 1 million rows loaded in it and the usability of grouping and sorting functions in this case.
The example demonstrates the ability of the grid to modify the height of table rows according to the height of the content to make it fit on the screen.
The example shows how to correctly initialize the grid to make it display summaries by all columns or grouped columns only.
The example shows how to correctly initialize a grid to enable per-pixel vertical scrolling, similar to how it�s done in web browsers.