[]
ITagHelper implementation for TransposedGrid<T>.
[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
Name | Description |
---|---|
TransposedGridTagHelper() |
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. |