[]
The MultiRow control provides a powerful and flexible way to display and edit data in multiple rows per item.
public class MultiRow<T> : FlexGridBase<T>, IHtmlString, ITemplate
Name | Description |
---|---|
T |
Name | Description |
---|---|
MultiRow(HtmlHelper, string) | Creates one MultiRow<T> instance. |
Name | Description |
---|---|
CenterHeadersVertically | Gets or sets a value that determines whether the content of cells that span multiple rows should be vertically centered. |
CollapsedHeaders | Gets or sets a value that determines whether column headers should be collapsed and displayed as a single row displaying the group headers. |
HeaderLayoutDefinition | Gets or sets an array that defines the layout of the rows used to display the grid's column headers. |
LayoutDefinition | Gets or sets an array that defines the layout of the rows used to display each data item. |
MultiRowGroupHeaders | Gets or sets a value that determines whether group headers should have multiple rows instead of a single header row. |
NewRowAtTop | Gets or sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom. |
OnClientCollapsedHeadersChanged | Occurs after the value of the collapsedHeaders property has changed. |
OnClientCollapsedHeadersChanging | Occurs after the value of the collapsedHeaders property changes. |
ShowHeaderCollapseButton | Gets or sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers. |