All docs
V19.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
Box
Row
Map
Vue
A newer version of this page is available. Switch to the current version.

jQuery DataGrid - grouping.texts

Defines the texts of grouping-related visual elements.

Type:

Object

Use the options of this object to localize or customize grouping-related elements. For example, the groupByThisColumn, ungroup and ungroupAll options customize items of the context menu. These items appear in the menu only if the grouping.contextMenuEnabled option is set to true.

Also, this object contains the groupContinuesMessage and groupContinuedMessage options that specify the text added to group rows when the group is parted.

groupByThisColumn

Specifies the text of the context menu item that groups data by a specific column.

Type:

String

Default Value: 'Group by This Column'

groupContinuedMessage

Specifies the message displayed in a group row when the corresponding group is continued from the previous page.

Type:

String

Default Value: 'Continued from the previous page'

When grid records are grouped, the groups might be parted due to the fact that their sizes don't fit the page size. In that case, the group row corresponding to a parted group is supplemented with a message notifying the user that the group is started on one of the previous pages. To specify the text of this message, use the groupContinuedMessage option.

Additionally, you can specify the message displayed in a group row when the corresponding group continues on the next page. Use the groupContinuesMessage option for this purpose.

NOTE
If a group simultaneously continues on the next page and is continued from the previous page, the texts specified by the groupContinuedMessage and groupContinuesMessage options will be concatenated.

groupContinuesMessage

Specifies the message displayed in a group row when the corresponding group continues on the next page.

Type:

String

Default Value: 'Continues on the next page'

When grid records are grouped, the groups might be parted due to the fact that their sizes do not match the page size. In that case, the group row corresponding to a parted group is supplemented with a message notifying the user that the group does not end on the current page. To specify the text of this message, use the groupContinuesMessage option.

Additionally, you can specify the message displayed in a group row when the corresponding group is continued from the previous page. Use the groupContinuedMessage option for this purpose.

NOTE
If a group simultaneously continues on the next page and is continued from the previous page, the texts specified by the groupContinuedMessage and groupContinuesMessage options will be concatenated.

ungroup

Specifies the text of the context menu item that clears grouping settings of a specific column.

Type:

String

Default Value: 'Ungroup'

ungroupAll

Specifies the text of the context menu item that clears grouping settings of all columns.

Type:

String

Default Value: 'Ungroup All'