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

CustomMessagesComponent

Represents the custom messages component of the ScrollView.

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

html
<kendo-scrollview [data]="items" [width]="width" [height]="height">
   <kendo-scrollview-messages pagerButtonLabel="This is item number {itemIndex}">
   </kendo-scrollview-messages>
</kendo-scrollview>

Selector

kendo-scrollview-messages

Inputs

NameTypeDefaultDescription

pagerButtonLabel

string

Sets the label for the buttons in the ScrollView pager. The default label pattern is 'Item {itemIndex}'. When the current item is 1, the default label is 'Item 1'.

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