📄️ Row IDs
This section explains how the grid assigns row IDs and shows how applications can supply custom row IDs.
📄️ Row Sorting
This page describes how to get your grid data sorting.
📄️ Row Spanning
By default, each cell will take up the height of one row. You can change this behaviour to allow cells to span multiple rows. This feature is similar to cell merging in Excel or row spanning in HTML tables.
📄️ Row Pinning
Pinned rows appear either above or below the normal rows of a table. This feature in other grids is also known as Frozen Rows or Floating Rows.
📄️ Row Height
By default, the grid will display rows at 25px. You can change this for each row individually to give each row a different height.
📄️ Row Animation
Row animations occur after filtering, sorting, resizing height and expanding / collapsing a row group. Each on these animations is turned OFF be default. They are all turned on using using the property AnimateRows=true.