New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridScrollableSettingsTagHelper

Example

<scrollable/>

Attributes

Attribute Type Description
enabled Boolean
endless Boolean If set to true the grid will always display a single page of data. Scrolling to the end will load more items untill all items are displayed.
virtual Object Configures the grid virtualization settings. If set to true the grid will enable row virtualization and display a single page of data. Scrolling would just change the data which is currently displayed.Can also be set to the following string values: "rows" - enables virtualization of rows.; "columns" - enables virtualization of columns. or "rows, columns" - enables virtualization of both rows and columns..
In this article
Not finding the help you need?