In This Topic
MultiRow offers many advanced features. These features are listed below:
- Multiple Layout Definition
MultiRow allows you to set the LayoutDefinition property, which takes an object that describes the layout of the grid rows and cells. The LayoutDefinition property specifies the layout of the cells in the MultiRow control.
- Fully Expanded Column Headers
MultiRow allows you to set the CollapsedHeaders property to true which enables the grid to show a single row of column headers containing the group names. Setting it to false cause it to show a group of rows with the same layout as the data, and column names in the cells.
- Collapsible Column Headers
MultiRow allows you to set the CollapsedHeaders property to true which allows you to collapse the column headers to a single line, showing only the group names rather than individual cells. This saves space at the expense of having individual cell headers.
- Multiple Group Header Rows
MultiRow provides MultiRowGroupHeaders property which allows you to determine whether group headers should have multiple row instead of single header row. This can be used in a scenario where you want to display aggregate values in the group header.
- FlexGrid Features
MultiRow extends from the FlexGrid class. It is a full-featured grid just like the FlexGrid control, providing various features including several selection modes, sorting, filtering, row and column freezing, custom cells, data mapping and more.