[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedGrid.TransposedGrid-1

TransposedGrid<T> Class

The grid control display data using a transposed layout, where columns represent data items and rows represent item properties.

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

Constructors

Name Description
TransposedGrid(IHtmlHelper, string)

Creates one TransposedGrid<T> instance.

Properties

Name Description
AutoGenerateRows

Gets or sets a value that determines whether the grid should generate rows automatically based on the itemsSource.

HeadersVisibility

Gets or sets a value that determines whether the row and column headers are visible.

RowGroups

Gets the Transposedgrid's row collection.

SortingType

Gets or sets how the grid sort columns by clicking the column header cells.