Kendo.Mvc.UI.Fluent.GridGroupableSettingsBuilder
Defines the fluent API for configuring GridGroupableSettings
Methods
Messages(System.Action<Kendo.Mvc.UI.Fluent.GridGroupableMessagesBuilder>)
Configures messages.
Enabled(System.Boolean)
When set to false grouping is considered disabled.
Parameters
value System.Boolean
The value for Enabled
ShowFooter(System.Boolean)
When enabled the group footer rows will remain visible when the corresponding group is collapsed.
Parameters
value System.Boolean
The value for ShowFooter
ShowFooter
When enabled the group footer rows will remain visible when the corresponding group is collapsed.
Sort(System.Action<Kendo.Mvc.UI.Fluent.GridGroupableSortSettingsBuilder<T>>)
Sets the sort configuration when grouping.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.GridGroupableSortSettingsBuilder>
The configurator for the sort setting.