columnMenu.messagesObject

The text messages displayed in the column menu. Use it to customize or localize the column menu messages.

Example - customize column menu messages

columnMenu.messages.applyString(default: "Apply")

The text of the button which applies the columns filter.

The button is visible when the column menu componentType is set to modern or tabbed.

Example - column menu apply button text

columnMenu.messages.autoSizeColumnString(default: "Autosize This Column")

The text of the autosize single column option.

The autosize option is visible when the column menu componentType is set to tabbed.

Example - column menu apply button text

columnMenu.messages.autoSizeAllColumnsString(default: "Autosize All Columns")

The text of the autosize single column option.

The autosize option is visible when the column menu componentType is set to tabbed.

Example - column menu apply button text

columnMenu.messages.buttonTitleString(default: "{0} edit column settings")

The title of the button that displays the ColumnMenu.

The {0} argument represents the field name

Example - set the ColumnMenu "buttonTitle" message

columnMenu.messages.clearString(default: "Clear")

The text of the Clear button in the column menu in mobile Grid.

Example - set the clear button in the mobile column menu

columnMenu.messages.clearAllFiltersString(default: "Clear All Filters")

The text of the clearAllFilters button in the global column menu.

Example - set the clear all filter button message

columnMenu.messages.columnString(default: "Column")

The text of the column label in the column menu in mobile Grid.

Example - set the column label in the mobile column menu

columnMenu.messages.columnsString(default: "Columns")

The text message displayed for the column selection menu item.

Example - set the column selection message

columnMenu.messages.columnVisibilityString(default: "Column Visibility")

The text of the column visibility menu item in the global column menu.

Example - set the column visibility message

columnMenu.messages.filterString(default: "Filter")

The text message displayed for the filter menu item.

Example - set the filter message

columnMenu.messages.lockString(default: "Lock Column")

The text message displayed in the column menu for locking a column.

Example - column menu lock button text

columnMenu.messages.moveNextString(default: "Move next")

The text message that is displayed for the Move to next position column menu item.

columnMenu.messages.movePrevString(default: "Move previous")

The text message that is displayed for the Move to previous position column menu item.

columnMenu.messages.groupColumnString(default: "Group column")

The text message that is displayed for the Group column menu item.

columnMenu.messages.ungroupColumnString(default: "Ungroup column")

The text message that is displayed for the Ungroup column menu item.

columnMenu.messages.resetString(default: "Reset")

The text of the button which resets the columns filter.

The button is visible when the column menu componentType is set to modern or tabbed.

Example - column menu reset button text

columnMenu.messages.sortAscendingString(default: "Sort Ascending")

The text message displayed for the menu item which performs ascending sort.

Example - set the sort ascending message

columnMenu.messages.sortDescendingString(default: "Sort Descending")

The text message displayed for the menu item which performs descending sort.

Example - set the sort descending message

columnMenu.messages.setColumnPositionString(default: "Set Column Position")

The text message displayed in the column menu for the column position item.

Example - column menu set column position text

columnMenu.messages.settingsString(default: "Column Settings")

The text message displayed in the menu header (available in mobile mode only).

Example - mobile column menu header

columnMenu.messages.stickString(default: "Stick Column")

The text message displayed in the column menu for sticking a column.

Example - column menu stick button text

columnMenu.messages.unstickString(default: "Unstick Column")

The text message displayed in the column menu for unsticking a column.

Example - column menu unstick button text

columnMenu.messages.unlockString(default: "Unlock Column")

The text message displayed in the column menu for unlocking a column.

Example - column menu unlock button text