QtitanDataGrid Examples

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.

  1. <Qtitan Install Path>/demos/grid/addingnewrow - QtitanDataGrid add new row.

    The example shows how to enable the option of adding a new row by the user.

  2. <Qtitan Install Path>/demos/grid/bandedtableview - QtitanDataGrid banded columns.

    The example shows how to correctly create banded columns and populate them with initial values.

  3. <Qtitan Install Path>/demos/grid/fixedcolumns - QtitanDataGrid fixed columns at the left and at the right.

    The example shows how to control fixed columns (cannot be scrolled horizontally) on the left- and right-hand side of the table.

  4. <Qtitan Install Path>/demos/grid/largedataset � QtitanDataGrid that shows a lot of data.

    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.

  5. <Qtitan Install Path>/demos/grid/rowautoheight - QtitanDataGrid rows auto-heigit feature.

    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.

  6. <Qtitan Install Path>/demos/grid/summaries - QtitanDataGrid summaries panels.

    The example shows how to correctly initialize the grid to make it display summaries by all columns or grouped columns only.

  7. <Qtitan Install Path>/demos/grid/webscrolling - QtitanDataGrid web scrolling mode.

    The example shows how to correctly initialize a grid to enable per-pixel vertical scrolling, similar to how it�s done in web browsers.