| CopyHierarchyType
Defines the types of CopyHierarchyMode for grid data.
The available copy hierarchy types are:
Parent: Copies data maintaining only parent hierarchy.
Child: Copies data with child hierarchy.
Both: Maintains both parent and child hierarchy during copy.
None: Copies data without any hierarchy structure.
|
| EditMode
Defines modes of editing supported by TreeGrids.
The available editing modes are:
Cell: Enables cell editing mode.
Row: Enables row editing mode.
Dialog: Opens a dialog for editing.
Batch: Allows for batch editing of multiple records.
|
| FilterHierarchyMode
Defines modes of Filter Hierarchy used in TreeGrids.
The available modes are:
Parent: Shows filtered records along with their parent records.
Child: Shows filtered records along with their child records.
Both: Shows filtered records with both parent and child records.
None: Shows only the filtered records without any parent or child context.
|
| FilterType
Defines types of filters available in TreeGrids.
The available filter types are:
Menu: Applies a dialog-based filtering option, where users can select operators such as 'equals', 'contains', etc., and enter filter values for more granular control.
Excel: Provides Excel-like filtering capabilities.
FilterBar: Uses a filter bar at the top of each column.
|
| PageSizeMode
Defines the available PageSizeMode options for pagination in a tree grid structure.
|
| RowPosition
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.
|
| WrapMode
Defines wrapping modes for column content in TreeGrids.
The available wrap modes are:
Both: Wraps both header and content.
Header: Wraps only the header.
Content: Wraps only the content.
|