Your search did not match any results.

Data Grid - Appearance

This example demonstrates the following properties:

  • showBorders
    Specifies whether the outer borders of the DataGrid are visible.

  • showColumnLines
    Specifies whether vertical lines that separate columns are visible.

  • showRowLines
    Specifies whether horizontal lines that separate rows are visible.

  • rowAlternationEnabled
    Specifies whether rows should be in alternate colors.

To toggle these properties, select the corresponding checkbox under the DataGrid.

Backend API