[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1

TransposedGridBuilder<T> Class

Defines a builder to configurate TransposedGrid<T>.

Implements
Namespace: C1.Web.Mvc.TransposedGrid.Fluent
Assembly: C1.AspNetCore.Mvc.TransposedGrid.dll
Syntax
public class TransposedGridBuilder<T> : FlexGridBaseBuilder<T, TransposedGrid<T>, TransposedGridBuilder<T>>, IHtmlContent
Type Parameters
Name Description
T

Constructors

Name Description
TransposedGridBuilder(TransposedGrid<T>)

Creates one TransposedGridBuilder<T> instance to configurate component.

Methods

Name Description
AutoGenerateRows(bool)

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

HeadersVisibility(HeadersVisibility)

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

RowGroups(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>)

Configure TransposedGrid.RowGroups"/>.

Rows(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>)

Configure TransposedGrid.Rows"/>.

SortingType(AllowSorting)

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

Extension Methods