RowPosition
12 Sep 20251 minute to read
Defines the target position for adding new rows in the TreeGrid.
The available positions are:
-
Top: Adds a new row at the top of all rows. -
Bottom: Adds a new row at the bottom of all rows. -
Above: Adds a new row above the currently selected row. -
Below: Adds a new row below the currently selected row. -
Child: Adds a new row as a child to the currently selected row. - Top
- Bottom
- Above
- Below
- Child