<kendo:scrollView-pageable>
If set to true the grid will display a pager. By default paging is disabled.Can be set to a JavaScript object which represents the pager configuration.
Example
<kendo:scrollView>
<kendo:scrollView-pageable></kendo:scrollView-pageable>
</kendo:scrollView>
Configuration Attributes
ARIATemplate java.lang.String
Specifies a template is used to populate the aria-label for each pager element.
Example
<kendo:scrollView-pageable ARIATemplate="ARIATemplate">
</kendo:scrollView-pageable>