New to Kendo UI for AngularStart a free 30-day trial

The component allows you to override the default component messages with custom ones. (See example.)

Definition

Package:@progress/kendo-angular-grid

Selector:kendo-grid-messages

Syntax:

html
<kendo-grid [data]="gridData">
  <kendo-grid-messages
    [noRecords]="'No data found.'"
    [pagerLabel]="'Page {currentPage} of {totalPages}'">
  </kendo-grid-messages>
</kendo-grid>

Inputs

Sets the title for the Back button of the ActionSheet that appears instead of the Popup on small screens in adaptive mode.

Sets the title for the Close button of the ActionSheet that appears instead of the Popup on small screens in adaptive mode.

Sets the title for the Operators ActionSheet in adaptive mode.

Sets the title for the adaptive Filter Toolbar Tool and Filter Menu.

Sets the title for the adaptive Group Toolbar Tool.

Sets the title for the adaptive Sort Toolbar Tool.

Sets the text for the Grid Add toolbar tool.

The text of the AI Assistant Apply button.

The success message dispayed in the AI Assistant Prompt Output Card's body.

The title of the AI Assistant Prompt Output Card.

The message shown when AI selection requires cell selection mode.

The message shown when AI selection requires the Grid selectable option.

The message shown when AI selection requires row selection mode.

The text of the AI Assistant toolbar tool.

The title of the AI Assistant Window close button.

The title of the AI Assistant Window maximize button.

The title of the AI Assistant Window minimize button.

The title of the AI Assistant Window restore button.

The text of the AI Assistant Window title.

Sets the text in the column menu for the autosize all columns item.

Sets the text in the column menu for the autosize this column item.

Sets the label for the boolean filter cell DropDownList.

The label includes the column name and a localizable string. For example, for a column named Product Name, the default label is Boolean filter cell for Product Name.

You can reorder the column name and the localizable part by using a placeholder in booleanFilterCellLabel. Use {columnName} to insert the column name, for example, Boolean Filter operator for {columnName}. See example.

Sets the label for the bottom toolbar.

Sets the text for the Grid Cancel toolbar tool.

Sets the screen-reader-only content for the checkbox column header when the select-all checkbox is not displayed.

Sets the text for the aria-label attribute applied to the search input in the Column Chooser.

Sets the text for the Select all checkbox in the Column Chooser.

The message for the selected columns count in the Column Chooser. Follows the pattern **{selectedColumnsCount} Selected items ** by default.

The message consists of two parts - selected columns count and a localizable string. To allow for reordering its parts, the columnChooserSelectedColumnsCount input accepts a string with a placeholder for the selected columns count. The {selectedColumnsCount} placeholder will be replaced internally with the respective actual value.

Sets the title for the column menu icon.

The title includes the column name and a localizable string. For example, for a column named Product Name, the default title is Product Name Column Menu.

You can reorder the column name and the localizable part by using a placeholder in columnMenu. Use {columnName} to insert the column name, for example, menu for {columnName}. See example.

Sets the title for the column menu Columns tab.

Sets the title for the column menu Filter tab.

Sets the title for the column menu General tab.

columns

string

Sets the text for the Grid Column Chooser and Column Chooser toolbar tool.

Sets the text in the column menu or column chooser item for the Apply button.

Sets the text in the column menu or column chooser item for the Reset button.

Sets the subtitle for the adaptive Grid Column Chooser and Column Chooser toolbar tool.

Sets the screen-reader-only content for the command column header.

Sets the text for the Grid CSV export toolbar tool.

Sets the title for the collapse icon of detail rows. Applies also to the collapse button text in stacked mode.

Sets the screen-reader-only content for the detail expand/collapse column header.

Sets the title for the expand icon of detail rows. Applies also to the expand button text in stacked mode.

Sets the screen-reader-only content for the row reorder column header.

Sets the label for the Grid drag row handle.

Sets the text for the Grid Edit toolbar tool.

Sets the text for the Grid Excel Export toolbar tool.

Sets the title for the external editing Dialog or ActionSheet when adding a new item.

Sets the text for the external editing Dialog Cancel button.

Sets the text for the external editing Dialog Save button.

Sets the title for the external editing Dialog or ActionSheet when editing an item.

filter

string

Sets the label for the filter cell or icon.

Sets the text for the After (Is after) date filter operator.

Sets the text for the AfterOrEqualTo (Is after or equal to) date filter operator.

Sets the text for the And filter logic.

Sets the text for the Before (Is before) date filter operator.

Sets the text for the BeforeOrEqualTo (Is before or equal to) date filter operator.

Sets the text for the (All) option in the Boolean filter.

Sets the label for the filter cell operators DropDownList.

The label includes the column name and a localizable string. For example, for a column named Product Name, the default label is Filter cell operators for Product Name.

You can reorder the column name and the localizable part by using a placeholder in filterCellOperatorLabel. Use {columnName} to insert the column name, for example, Filter operators for {columnName}. See example.

Sets the text for the Clear all filters button in the Filter Toolbar Tool and adaptive Filter Toolbar Tool.

Sets the text for the Clear filter button.

Sets the text for the Contains (Contains) filter operator.

Sets the text for the Today button in the Date filter.

Sets the title for the Toggle button in the Date filter.

Sets the text for the EndsWith (Ends with) string filter operator.

Sets the text for the Equal (Is equal to) filter operator.

Sets the text for the Filter button.

Sets the text for the GreaterOrEqualTo (Is greater than or equal to) numeric filter operator.

Sets the text for the Greater (Is greater than) numeric filter operator.

Sets the label for the filter input.

The filter input label includes the column name and a localizable string. For example, for a column named Product Name, the default label is Product Name Filter.

You can reorder the column name and the localizable part by using a placeholder in filterInputLabel. Use {columnName} to insert the column name, for example, filter for {columnName}. See example.

Sets the text for the IsEmpty (Is empty) filter operator.

Sets the text for the IsFalse Boolean filter option.

Sets the text for the IsNotEmpty (Is not empty) filter operator.

Sets the text for the IsNotNull (Is not null) filter operator.

Sets the text for the IsNull (Is null) filter operator.

Sets the text for the IsTrue Boolean filter option.

Sets the text for the LessOrEqualTo (Is less than or equal to) numeric filter operator.

Sets the text for the Less (Is less than) numeric filter operator.

Sets the label for the filter menu logic DropDownList.

The label includes the column name and a localizable string. For example, for a column named Product Name, the default label is Product Name Filter Menu Logic.

You can reorder the column name and the localizable part by using a placeholder in filterMenuLogicDropDownLabel. Use {columnName} to insert the column name, for example, filter logic for {columnName}. See example.

Sets the label for the filter menu operators DropDownList.

The label includes the column name and a localizable string. For example, for a column named Product Name, the default label is Product Name Filter Menu Operators.

You can reorder the column name and the localizable part by using a placeholder in filterMenuOperatorsDropDownLabel. Use {columnName} to insert the column name, for example, filter operators for {columnName}. See example.

Sets the title for the filter menu icon.

The title includes the column name and a localizable string. For example, for a column named Product Name, the default title is Product Name Filter Menu.

You can reorder the column name and the localizable part by using a placeholder in filterMenuTitle. Use {columnName} to insert the column name, for example, filter for {columnName}. See example.

Sets the text for the DoesNotContain (Does not contain) filter operator.

Sets the text for the NotEqual (Is not equal to) filter operator.

Sets the title for the Decrement button in the Numeric filter.

Sets the title for the Increment button in the Numeric filter.

Sets the text for the Or filter logic.

Sets the text for the StartsWith (Starts with) filter operator.

Sets the button text for the Filter toolbar tool.

Sets the default text for a form validation error when you use built-in external editing.

The text includes the data item property name, the error name from the FormControl object, and a localizable string.

For a field named ProductName and an error named required, the default error text is ProductName has required validation error.

To customize the error text, use the {errorName} and {fieldName} placeholders and a custom localizable string. For example, {errorName} detected for {fieldName} field.

The {errorName} and {fieldName} placeholders are replaced with the field and error names for the invalid form control, and the error message is rendered as required error detected for ProductName field. See example.

gridLabel

string

Sets the text for the aria-label attribute on the Grid focusable element.

Sets the text for the Group pane Chip Menu Move as next item.

Sets the text for the Group pane Chip Menu Move as previous item.

Sets the text for the Clear grouping button in the Group Toolbar Tool and adaptive Group Toolbar Tool.

Sets the text for the title and aria-label attributes on the collapse icon of group rows.

Sets the text for the Done group button in the adaptive Group Toolbar Tool.

Sets the text for the title and aria-label attributes on the expand icon of group rows.

Sets the text for the empty group panel.

Sets the label for the group panel toolbar.

Sets the button text for the Group toolbar tool.

loading

string

Sets the text to convey to assistive technologies while the Grid is loading. The loading property represents a Grid accessibility feature. Screen readers can detect its value, but it is not visible otherwise.

lock

string

Sets the text in the column menu for the lock item.

The placeholder text for the multi-checkbox filter search input

The label for the multi-checkbox filter select all option

The text for the multi-checkbox filter selected items count

The text includes the selected items count and a localizable string. For 3 selected items the default text is 3 selected items.

To customize the text, use the {selectedItemsCount} placeholder and a custom localizable string. For example, {selectedItemsCount} items are selected.

The {selectedItemsCount} placeholder is replaced with the count of selected items, and the message is rendered as 3 items are selected.

noRecords

string

Sets the text when there are no records.

Sets the label for the First page button.

Sets the text for the aria-label attribute on the page number input element.

Sets the text displayed after the total number of items.

Sets the text displayed after the page-size selector.

Sets the label for the pager. By default, it follows the pattern Page {currentPage} of {totalPages}. For example, when the current page is 1 and the total number of pages is 10, the label is Page navigation, page 1 of 10.

The message includes the current page number, total number of pages, and a localizable string. You can reorder these parts by using placeholders in the pagerLabel input. Use {currentPage} and {totalPages} to insert the actual values. See example.

Sets the label for the Last page button.

Sets the label for the Next page button.

pagerOf

string

Sets the text displayed before the total-page number.

pagerPage

string

Sets the text displayed before the pager input.

Sets the title attribute of the page number input element.

Sets the label for the Previous page button.

Sets the text for the title and aria-label attributes on the page chooser in the Grid Pager.

Sets the text for the Grid PDF Export toolbar tool.

Sets the screen-reader-only content for the pin column header.

The text for the Pin row to bottom option in the pin context menu.

The text for the Pin row to top option in the pin context menu.

The text for the Unpin option in the pin context menu.

The aria-label for the pinned bottom rows container.

The aria-label for the pinned top rows container.

Sets the text for the confirm action button in the remove confirmation Dialog.

Sets the content for the remove item confirmation Dialog.

Sets the text for the reject action button in the remove confirmation Dialog.

Sets the title for the remove item confirmation Dialog.

Sets the text for the Grid Remove toolbar tool.

Sets the label for the Grid row pin column icon.

Sets the label for the Grid row unpin column icon.

Sets the text for the Grid Save toolbar tool.

The Search mode description displayed in the SmartBox tool search modes list.

The Search mode text displayed in the SmartBox tool search modes list.

Sets the label for the select all checkbox in the checkbox column.

Sets the labels of the checkboxes in the checkbox column.

The Semantic Search mode description displayed in the SmartBox tool search modes list.

The Semantic Search mode text displayed in the SmartBox tool search modes list.

Sets the text in the column menu for the set column position item.

The text for the AI Assistant mode button in the SmartBox tool popup.

The placeholder text for the SmartBox tool AI Assistant mode input

The text displayed when there are no previous prompts in the SmartBox tool.

The text displayed when there are no previous searches in the SmartBox tool.

The text displayed when there is previous ask history in the SmartBox tool.

The text displayed when there is previous search history in the SmartBox tool.

The text for the Search mode button in the SmartBox tool popup.

The placeholder text for the SmartBox tool Search mode input

The placeholder text for the SmartBox tool Semantic Search mode input

The aria-label for the Speech to Text button of the Smart Bar tool in AI Assistant mode.

The aria-label for the Submit button of the Smart Bar tool in AI Assistant mode.

The text for the suggested prompts section in the SmartBox tool AI Assistant mode.

sortable

string

Sets the label for the sort icon.

Sets the text in the column menu for the ascending sort item.

Sets the text for the clear sort button in the Sort Toolbar Tool and adaptive Sort Toolbar Tool.

Sets the text in the column menu for the descending sort item.

Sets the text for the Done sort button.

Sets the title of the Group Chip for ascending sorting order of groups.

Sets the status announcement when a column is no longer sorted.

Sets the title of the Group Chip for descending sorting order of groups.

Sets the button text for the Sort toolbar tool.

stick

string

Sets the text in the column menu for the stick item.

Sets the label for the top toolbar.

unlock

string

Sets the text in the column menu for the unlock item.

unstick

string

Sets the text in the column menu for the unstick item.

In this article
DefinitionInputsadaptiveBackButtonTitleadaptiveCloseButtonTitleadaptiveFilterOperatorsTitleadaptiveFilterTitleadaptiveGroupTitleadaptiveSortTitleaddToolbarToolTextaiAssistantApplyButtonTextaiAssistantOutputCardBodyContentaiAssistantOutputCardTitleaiAssistantSelectionCellModeRequiredaiAssistantSelectionNotEnabledaiAssistantSelectionRowModeRequiredaiAssistantToolbarToolTextaiAssistantWindowCloseTitleaiAssistantWindowMaximizeTitleaiAssistantWindowMinimizeTitleaiAssistantWindowRestoreTitleaiAssistantWindowTitleautosizeAllColumnsautosizeThisColumnbooleanFilterCellLabelbottomToolbarLabelcancelToolbarToolTextcheckboxColumnHeaderLabelcolumnChooserSearchLabelcolumnChooserSelectAllcolumnChooserSelectedColumnsCountcolumnMenucolumnMenuColumnsTabTitlecolumnMenuFilterTabTitlecolumnMenuGeneralTabTitlecolumnscolumnsApplycolumnsResetcolumnsSubtitlecommandColumnHeaderLabelcsvExportToolbarToolTextdetailCollapsedetailColumnHeaderLabeldetailExpanddragColumnHeaderLabeldragRowHandleLabeleditToolbarToolTextexcelExportToolbarToolTextexternalEditingAddTitleexternalEditingCancelTextexternalEditingSaveTextexternalEditingTitlefilterfilterAfterOperatorfilterAfterOrEqualOperatorfilterAndLogicfilterBeforeOperatorfilterBeforeOrEqualOperatorfilterBooleanAllfilterCellOperatorLabelfilterClearAllButtonfilterClearButtonfilterContainsOperatorfilterDateTodayfilterDateTogglefilterEndsWithOperatorfilterEqOperatorfilterFilterButtonfilterGteOperatorfilterGtOperatorfilterInputLabelfilterIsEmptyOperatorfilterIsFalsefilterIsNotEmptyOperatorfilterIsNotNullOperatorfilterIsNullOperatorfilterIsTruefilterLteOperatorfilterLtOperatorfilterMenuLogicDropDownLabelfilterMenuOperatorsDropDownLabelfilterMenuTitlefilterNotContainsOperatorfilterNotEqOperatorfilterNumericDecrementfilterNumericIncrementfilterOrLogicfilterStartsWithOperatorfilterToolbarToolTextformValidationErrorTextgridLabelgroupChipMenuNextgroupChipMenuPreviousgroupClearButtongroupCollapsegroupDoneButtongroupExpandgroupPanelEmptygroupPanelLabelgroupToolbarToolTextloadinglockmultiCheckboxFilterSearchPlaceholdermultiCheckboxFilterSelectAllLabelmultiCheckboxFilterSelectedItemsCountnoRecordspagerFirstPagepagerInputLabelpagerItemspagerItemsPerPagepagerLabelpagerLastPagepagerNextPagepagerOfpagerPagepagerPageNumberInputTitlepagerPreviousPagepagerSelectPagepdfExportToolbarToolTextpinColumnHeaderLabelpinMenuPinToBottomTextpinMenuPinToTopTextpinMenuUnpinTextpinnedBottomRowsLabelpinnedTopRowsLabelremoveConfirmationDialogConfirmTextremoveConfirmationDialogContentremoveConfirmationDialogRejectTextremoveConfirmationDialogTitleremoveToolbarToolTextrowPinLabelrowUnpinLabelsaveToolbarToolTextsearchModeListItemDescriptionsearchModeListItemTextselectAllCheckboxLabelselectionCheckboxLabelsemanticSearchModeListItemDescriptionsemanticSearchModeListItemTextsetColumnPositionsmartBoxAIAssistantModePopupButtonsmartBoxAIAssistantPlaceholdersmartBoxNoPreviousPromptssmartBoxNoPreviousSearchessmartBoxPreviouslyAskedsmartBoxPreviouslySearchedsmartBoxSearchModePopupButtonsmartBoxSearchPlaceholdersmartBoxSemanticSearchPlaceholdersmartBoxSpeechToTextButtonsmartBoxSubmitPromptButtonsmartBoxSuggestedPromptssortablesortAscendingsortClearButtonsortDescendingsortDoneButtonsortedAscendingsortedDefaultsortedDescendingsortToolbarToolTextsticktopToolbarLabelunlockunstick
Not finding the help you need?
Contact Support