[]
Apply the FlexGridGroupPanel extender in FlexGrid.
public static TransposedMultiRowBuilder<T> ShowGroupPanel<T>(this TransposedMultiRowBuilder<T> gridBuilder, Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder, string selector = null)
Type | Name | Description |
---|---|---|
TransposedMultiRowBuilder<T> | gridBuilder | The specified FlexGrid builder. |
Action<FlexGridGroupPanelBuilder<T>> | gridGroupPanelBuilder | The specified FlexGridGroupPanel builder |
string | selector | The specified selector for the FlexGridGroupPanel's host element. |
Type | Description |
---|---|
TransposedMultiRowBuilder<T> | The TransposedMultiRow builder. |
Name | Description |
---|---|
T | The data record type. |
Apply the default FlexGridGroupPanel extender in FlexGrid.
public static TransposedMultiRowBuilder<T> ShowGroupPanel<T>(this TransposedMultiRowBuilder<T> gridBuilder, string selector = null)
Type | Name | Description |
---|---|---|
TransposedMultiRowBuilder<T> | gridBuilder | The specified FlexGrid builder. |
string | selector | The specified selector for the FlexGridGroupPanel's host element. |
Type | Description |
---|---|
TransposedMultiRowBuilder<T> | The TransposedMultiRow builder. |
Name | Description |
---|---|
T | The data record type. |