GridGroupableSettingsBuilder

Methods

Messages(System.Action)

Configures messages.

Parameters

configurator - System.Action<GridGroupableMessagesBuilder>

RETURNS

The current GridGroupableSettingsBuilder instance for method chaining.

Enabled(System.Boolean)

When set to false grouping is considered disabled.

Parameters

value - System.Boolean

The value for Enabled

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

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

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

ShowFooter()

When enabled the group footer rows will remain visible when the corresponding group is collapsed.

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

StickyHeaders(System.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.

Parameters

value - System.Boolean

The value for StickyHeaders

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

StickyHeaders()

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.

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

StickyFooters(System.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.

Parameters

value - System.Boolean

The value for StickyFooters

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

StickyFooters()

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.

RETURNS

Returns the current GridGroupableSettingsBuilder instance.

Sort(System.Action)

Sets the sort configuration when grouping.

Parameters

configurator - System.Action<GridGroupableSortSettingsBuilder>

The configurator for the sort setting.

RETURNS

Returns the current instance of GridGroupableSettingsBuilder .