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

CustomMessagesComponent

Represents the custom messages component of the PivotGrid.

Use this component to override default messages for the PivotGrid. (see example).

html
<kendo-pivotgrid>
    <kendo-pivotgrid-messages
        configuratorButtonText="Configure"
        configuratorHeaderText="PivotGrid Settings"
        configuratorApplyButtonText="Apply Changes">
    </kendo-pivotgrid-messages>
</kendo-pivotgrid>

Selector

kendo-pivotgrid-messages

Inputs

NameTypeDefaultDescription

chipMenuIconTitle

string

Controls the title of the chip menu icon.

The title has two parts—the chip name and a localizable string. For a field named 'Product', the default title will be 'Product Field Menu'.

You can reorder the parts using '{fieldName}' as a placeholder. The '{fieldName}' placeholder will get replaced with the current chip name. For example, 'chip for {fieldName}' will become 'chip for Product Field Menu'.

configuratorApplyButtonText

string

Specifies the text content of the PivotGrid configurator Apply button.

configuratorButtonText

string

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

configuratorCancelButtonText

string

Sets the text content of the PivotGrid configurator Cancel button.

configuratorColumnsText

string

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

configuratorEmptyColumnsText

string

Sets the text content of the PivotGrid configurator empty columns container.

configuratorEmptyMeasuresText

string

Sets the text content of the PivotGrid configurator empty measures container.

configuratorEmptyRowsText

string

Sets the text content of the PivotGrid configurator empty rows container.

configuratorFieldsText

string

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

configuratorHeaderText

string

Sets the text content of the PivotGrid configurator title element.

configuratorRowsText

string

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

configuratorValuesText

string

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

emptyCellLabel

string

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

fieldMenuFilterItemLabel

string

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

fieldMenuMoveNextItem

string

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

fieldMenuMovePreviousItem

string

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

fieldMenuMoveToColumnsItem

string

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

fieldMenuMoveToRowsItem

string

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

fieldMenuSortAscendingItemLabel

string

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

fieldMenuSortDescendingItemLabel

string

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

filterClearButton

string

Sets the text of the Clear filter button.

filterContainsOperator

string

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

filterEndsWithOperator

string

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

filterEqOperator

string

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

filterFilterButton

string

Sets the text of the Filter button.

filterInputLabel

string

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 '[Geography][City]', the default label will be 'Geography City Filter'.

You can reorder the parts using '{fields}' as a placeholder. The '{fields}' placeholder will get replaced with the field name(s). For example, 'filter for {fields}' will become 'filter for Geography City'.

filterIsEmptyOperator

string

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

filterIsNotEmptyOperator

string

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

filterIsNotNullOperator

string

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

filterIsNullOperator

string

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

filterNotContainsOperator

string

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

filterNotEqOperator

string

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

filterOperatorsDropDownLabel

string

Specifies the label of the filter operators DropDownList.

The label has two parts—the field name(s) and a localizable string. For fields named '[Geography][City]', the default label will be 'Geography City Filter Operators'.

You can reorder the parts using '{fields}' as a placeholder. The '{fields}' placeholder will get replaced with the field name(s). For example, 'filter operators for {fields}' will become 'filter operators for Geography City'.

filterStartsWithOperator

string

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

loading

string

Specifies 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 visible otherwise.

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