CustomMessagesComponent
Represents the custom messages component of the PivotGrid.
Use this component to override default messages for the PivotGrid. (see example).
<kendo-pivotgrid>
<kendo-pivotgrid-messages
configuratorButtonText="Configure"
configuratorHeaderText="PivotGrid Settings"
configuratorApplyButtonText="Apply Changes">
</kendo-pivotgrid-messages>
</kendo-pivotgrid>
Selector
kendo-pivotgrid-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
chipMenuIconTitle |
|
Controls the title of the chip menu icon. The title has two parts—the chip name and a localizable string.
For a field named You can reorder the parts using | |
configuratorApplyButtonText |
|
Specifies the text content of the PivotGrid configurator Apply button. | |
configuratorButtonText |
|
Sets the text content of the button that opens and closes the PivotGrid configurator. | |
configuratorCancelButtonText |
|
Sets the text content of the PivotGrid configurator Cancel button. | |
configuratorColumnsText |
|
Sets the text content of the PivotGrid configurator columns section title element. | |
configuratorEmptyColumnsText |
|
Sets the text content of the PivotGrid configurator empty columns container. | |
configuratorEmptyMeasuresText |
|
Sets the text content of the PivotGrid configurator empty measures container. | |
configuratorEmptyRowsText |
|
Sets the text content of the PivotGrid configurator empty rows container. | |
configuratorFieldsText |
|
Sets the text content of the PivotGrid configurator fields section title element. | |
configuratorHeaderText |
|
Sets the text content of the PivotGrid configurator title element. | |
configuratorRowsText |
|
Specifies the text content of the PivotGrid configurator rows section title element. | |
configuratorValuesText |
|
Specifies the text content of the PivotGrid configurator values section title element. | |
emptyCellLabel |
|
Specifies the value of the aria-label attribute placed on the PivotGrid focusable empty cell element. | |
fieldMenuFilterItemLabel |
|
Sets the text content of the filter item in the column and row fields menu. | |
fieldMenuMoveNextItem |
|
Specifies the text content of the Move as next item in the column, row, and value fields menu. | |
fieldMenuMovePreviousItem |
|
Specifies the text content of the Move as previous item in the column, row, and value fields menu. | |
fieldMenuMoveToColumnsItem |
|
Sets the text content of the Move to Columns item in the column and row fields menu. | |
fieldMenuMoveToRowsItem |
|
Specifies the text content of the Move to Rows item in the column and row fields menu. | |
fieldMenuSortAscendingItemLabel |
|
Specifies the text content of the sort ascending item in the column and row fields menu. | |
fieldMenuSortDescendingItemLabel |
|
Sets the text content of the sort descending item in the column and row fields menu. | |
filterClearButton |
|
Sets the text of the Clear filter button. | |
filterContainsOperator |
|
Sets the text of the | |
filterEndsWithOperator |
|
Specifies the text of the | |
filterEqOperator |
|
Sets the text of the | |
filterFilterButton |
|
Sets the text of the Filter button. | |
filterInputLabel |
|
Defines the label of the filter input. The filter input label has two parts—the field name(s) and a localizable string.
For fields named You can reorder the parts using | |
filterIsEmptyOperator |
|
Specifies the text of the | |
filterIsNotEmptyOperator |
|
Specifies the text of the | |
filterIsNotNullOperator |
|
Sets the text of the | |
filterIsNullOperator |
|
Specifies the text of the | |
filterNotContainsOperator |
|
Specifies the text of the | |
filterNotEqOperator |
|
Specifies the text of the | |
filterOperatorsDropDownLabel |
|
Specifies the label of the filter operators DropDownList. The label has two parts—the field name(s) and a localizable string.
For fields named You can reorder the parts using | |
filterStartsWithOperator |
|
Sets the text of the | |
loading |
|
Specifies the loading text.
Its value is detectable by screen readers and is not visible otherwise. |