[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedGrid.TagHelpers.TransposedGridTagHelper

TransposedGridTagHelper Class

ITagHelper implementation for TransposedGrid<T>.

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

Constructors

Name Description
TransposedGridTagHelper()

Properties

Name Description
AutoGenerateRows

Configurates AutoGenerateRows. Sets a value that determines whether the grid should generate rows automatically based on the itemsSource.

HeadersVisibility

Configurates HeadersVisibility. Sets a value that determines whether the row and column headers are visible.

SortingType

Configurates SortingType. Sets how the grid sort columns by clicking the column header cells.