GridScrollableSettingsTagHelper

Example

Razor
<scrollable/>

Attributes

AttributeTypeDescription
enabledBoolean
endlessBooleanIf 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.
virtualObjectConfigures 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
ExampleAttributes
Not finding the help you need?
Contact Support