[]
The grid control display data using a transposed layout, where columns represent data items and rows represent item properties.
public class TransposedGrid<T> : FlexGridBase<T>, IHtmlString, ITemplate
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| TransposedGrid(HtmlHelper, string) | Creates one TransposedGrid<T> instance. |
| 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. |