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

CustomMessagesComponent

Custom component messages override default component messages (see example).

Selector

kendo-pivotgrid-messages

Inputs

NameTypeDefaultDescription

chipMenuIconTitle

string

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
     <kendo-pivotgrid>
         <kendo-pivotgrid-messages
             chipMenuIconTitle="'{fieldName} Field Menu'"
         >
         </kendo-pivotgrid-messages>
     </kendo-pivotgrid>

configuratorApplyButtonText

string

The text content of the PivotGrid configurator Apply button.

configuratorButtonText

string

The text content of the button that opens and closes the PivotGrid configurator.

configuratorCancelButtonText

string

The text content of the PivotGrid configurator Cancel button.

configuratorColumnsText

string

The text content of the PivotGrid configurator columns section title element.

configuratorEmptyColumnsText

string

The text content of the PivotGrid configurator empty columns container.

configuratorEmptyMeasuresText

string

The text content of the PivotGrid configurator empty measures container.

configuratorEmptyRowsText

string

The text content of the PivotGrid configurator empty rows container.

configuratorFieldsText

string

The text content of the PivotGrid configurator fields section title element.

configuratorHeaderText

string

The text content of the PivotGrid configurator title element.

configuratorRowsText

string

The text content of the PivotGrid configurator rows section title element.

configuratorValuesText

string

The text content of the PivotGrid configurator values section title element.

emptyCellLabel

string

The value of the aria-label attribute placed on the PivotGrid focusable empty cell element.

fieldMenuFilterItemLabel

string

The text content of the filter item in the column and row fields menu.

fieldMenuMoveNextItem

string

The text content of the Move as next item in the column, row, and value fields menu.

fieldMenuMovePreviousItem

string

The text content of the Move as previous item in the column, row, and value fields menu.

fieldMenuMoveToColumnsItem

string

The text content of the Move to Columns item in the column and row fields menu.

fieldMenuMoveToRowsItem

string

The text content of the Move to Rows item in the column and row fields menu.

fieldMenuSortAscendingItemLabel

string

The text content of the sort ascending item in the column and row fields menu.

fieldMenuSortDescendingItemLabel

string

The text content of the sort descending item in the column and row fields menu.

filterClearButton

string

The text of the Clear filter button.

filterContainsOperator

string

The text of the Contains (Contains) filter operator.

filterEndsWithOperator

string

The text of the EndsWith (Ends with) string filter operator.

filterEqOperator

string

The text of the Equal (Is equal to) filter operator.

filterFilterButton

string

The text of the Filter button.

filterInputLabel

string

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
     <kendo-pivotgrid>
         <kendo-pivotgrid-messages
             filterInputLabel="filter for {fields}"
         >
         </kendo-pivotgrid-messages>
     </kendo-pivotgrid>

filterIsEmptyOperator

string

The text of the IsEmpty (Is empty) filter operator.

filterIsNotEmptyOperator

string

The text of the IsNotEmpty (Is not empty) filter operator.

filterIsNotNullOperator

string

The text of the IsNotNull (Is not null) filter operator.

filterIsNullOperator

string

The text of the IsNull (Is null) filter operator.

filterNotContainsOperator

string

The text of the DoesNotContain (Does not contain) filter operator.

filterNotEqOperator

string

The text of the NotEqual (Is not equal to) filter operator.

filterOperatorsDropDownLabel

string

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
     <kendo-pivotgrid>
         <kendo-pivotgrid-messages
             filterMenuOperatorsDropDownLabel="filter operators for {fields}"
         >
         </kendo-pivotgrid-messages>
     </kendo-pivotgrid>

filterStartsWithOperator

string

The text of the StartsWith (Starts with) filter operator.

loading

string

The loading text.

The loading property is part of the accessibility support of the PivotGrid.

Its value is detectable by screen readers and is not otherwise visible.

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