GridGroupableSettingsTagHelper
Example
Razor
<groupable>
<messages />
<sort />
</groupable>
ChildTags
| Tag Name | Details |
|---|---|
| messages | GridGroupableMessagesSettingsTagHelper |
| sort | GridGroupableSortSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | When set to false grouping is considered disabled. |
| show-footer | Boolean | When enabled the group footer rows will remain visible when the corresponding group is collapsed. |
| sticky-footers | Boolean | When enabled the group footer rows will stick to the bottom of the scrollable content area while scrolling through the group's data rows. Requires the scrollable option to be enabled. The columns must have a groupFooterTemplate defined. |
| sticky-headers | Boolean | When enabled the group header rows will stick to the top of the scrollable content area while scrolling through the group's data rows. Requires the scrollable option to be enabled. |