[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.MultiRow-1

MultiRow<T> Class

The MultiRow control provides a powerful and flexible way to display and edit data in multiple rows per item.

Inheritance
MultiRow<T>
Implements
Namespace: C1.Web.Mvc.MultiRow
Assembly: C1.Web.Mvc.MultiRow.dll
Syntax
public class MultiRow<T> : FlexGridBase<T>, IHtmlString, ITemplate
Type Parameters
Name Description
T

Constructors

Name Description
MultiRow(HtmlHelper, string)

Creates one MultiRow<T> instance.

Properties

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.