[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.TagHelpers.MultiRowTagHelper

MultiRowTagHelper Class

ITagHelper implementation for MultiRow<T>.

Namespace: C1.Web.Mvc.MultiRow.TagHelpers
Assembly: C1.AspNetCore.Mvc.MultiRow.dll
Syntax
[HtmlTargetElement("c1-multi-row")]
[RestrictChildren("c1-multi-row-cell-group", new string[] { "c1-flex-grid-cell-template", "c1-items-source", "c1-odata-source", "c1-odata-virtual-source", "c1-multi-row-header-cell-group", "c1-flex-grid-group-panel", "c1-flex-grid-filter" })]
public class MultiRowTagHelper : FlexGridBaseTagHelper<object, MultiRow<object>>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
MultiRowTagHelper()

Properties

Name Description
CenterHeadersVertically

Configurates CenterHeadersVertically. Sets a value that determines whether the content of cells that span multiple rows should be vertically centered.

CollapsedHeaders

Configurates CollapsedHeaders. Sets a value that determines whether column headers should be collapsed and displayed as a single row displaying the group headers.

CollapsedHeadersChanged

Configurates the OnClientCollapsedHeadersChanged client event. Occurs after the value of the collapsedHeaders property has changed.

CollapsedHeadersChanging

Configurates the OnClientCollapsedHeadersChanging client event. Occurs after the value of the collapsedHeaders property changes.

MultiRowGroupHeaders

Configurates MultiRowGroupHeaders. Sets a value that determines whether group headers should have multiple rows instead of a single header row.

NewRowAtTop

Configurates NewRowAtTop. Sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.

ShowHeaderCollapseButton

Configurates ShowHeaderCollapseButton. 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.