Skip to content

Data Grid#

A data grid is used to display data in tabular form, thus allowing for easy data structuring and segmenting.

data_grid_main_options

Column sizing#

data_grid_fit_options

There are several options available to a user regarding the size of the columns in a Data Grid:

  • Fit to headers - the grid will be resized so that the column width matches the maximum size of the current header content.

    data_grid_fit_to_headers

  • Fit to cells - the grid will be resized so that the column width matches the size of the maximum content present in the data section of the grid.

    data_grid_fit_to_cells

  • Auto fit - the grid will be resized so that it can achieve a balance between header width and data width.

    data_grid_autofit

  • Fit to grid width - the grid will be resized so that it can occupy the maximum possible space in the screen.

    data_grid_fit_to_grid_width

Exporting grid data#

The system also allows exporting the current data from the grid to a comma-separated value formatted file by selecting the More button and selecting the Export option together with the appropriate format.

data_grid_export_options