CustomMessagesComponent
Custom component messages override default component messages (see example).
Selector
kendo-pivotgrid-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
chipMenuIconTitle |
|
The title of the chip menu icon. The title consists of a two-part message - the name of the chip and a localizable string. For a field named 'Product', the default title will be 'Product Field Menu'. To allow reordering the field name and the localizable part, the chipMenu accepts a string with a placeholder for the chip name - e.g. 'chip for {fieldName}'. The '{fieldName}' placeholder will be replaced internally with the current chip name, and the resulting title will be rendered as 'Product Field Menu'. ts
| |
configuratorApplyButtonText |
|
The text content of the PivotGrid configurator Apply button. | |
configuratorButtonText |
|
The text content of the button that opens and closes the PivotGrid configurator. | |
configuratorCancelButtonText |
|
The text content of the PivotGrid configurator Cancel button. | |
configuratorColumnsText |
|
The text content of the PivotGrid configurator columns section title element. | |
configuratorEmptyColumnsText |
|
The text content of the PivotGrid configurator empty columns container. | |
configuratorEmptyMeasuresText |
|
The text content of the PivotGrid configurator empty measures container. | |
configuratorEmptyRowsText |
|
The text content of the PivotGrid configurator empty rows container. | |
configuratorFieldsText |
|
The text content of the PivotGrid configurator fields section title element. | |
configuratorHeaderText |
|
The text content of the PivotGrid configurator title element. | |
configuratorRowsText |
|
The text content of the PivotGrid configurator rows section title element. | |
configuratorValuesText |
|
The text content of the PivotGrid configurator values section title element. | |
emptyCellLabel |
|
The value of the aria-label attribute placed on the PivotGrid focusable empty cell element. | |
fieldMenuFilterItemLabel |
|
The text content of the filter item in the column and row fields menu. | |
fieldMenuMoveNextItem |
|
The text content of the Move as next item in the column, row, and value fields menu. | |
fieldMenuMovePreviousItem |
|
The text content of the Move as previous item in the column, row, and value fields menu. | |
fieldMenuMoveToColumnsItem |
|
The text content of the Move to Columns item in the column and row fields menu. | |
fieldMenuMoveToRowsItem |
|
The text content of the Move to Rows item in the column and row fields menu. | |
fieldMenuSortAscendingItemLabel |
|
The text content of the sort ascending item in the column and row fields menu. | |
fieldMenuSortDescendingItemLabel |
|
The text content of the sort descending item in the column and row fields menu. | |
filterClearButton |
|
The text of the Clear filter button. | |
filterContainsOperator |
|
The text of the | |
filterEndsWithOperator |
|
The text of the | |
filterEqOperator |
|
The text of the | |
filterFilterButton |
|
The text of the Filter button. | |
filterInputLabel |
|
The label of the filter input. The filter input label consists of a two-part message - the name(s) of the fields and a localizable string. For fields named '[Geography][City]', the default label will be 'Geography City Filter'. To allow reordering the field name(s) and the localizable part, the filterInputLabel accepts a string with a placeholder for the fields - e.g. 'filter for {fields}'. The '{fields}' placeholder will be replaced internally with the current field(s) name(s), and the resulting label will be rendered as 'filter for Geography City'. ts
| |
filterIsEmptyOperator |
|
The text of the | |
filterIsNotEmptyOperator |
|
The text of the | |
filterIsNotNullOperator |
|
The text of the | |
filterIsNullOperator |
|
The text of the | |
filterNotContainsOperator |
|
The text of the | |
filterNotEqOperator |
|
The text of the | |
filterOperatorsDropDownLabel |
|
The label of the filter operators DropDownList. The label consists of a two-part message - the name(s) of the fields and a localizable string. For fields named '[Geography][City]', the default label will be 'Geography City Filter Operators'. To allow reordering the field name(s) and the localizable part, the filterMenuOperatorsDropDownLabel accepts a string with a placeholder for the fields - e.g. 'filter operators for {fields}'. The '{fields}' placeholder will be replaced internally with the current field(s) name(s), and the resulting label will be rendered as 'filter operators for Geography City'. ts
| |
filterStartsWithOperator |
|
The text of the | |
loading |
|
The loading text.
Its value is detectable by screen readers and is not otherwise visible. |