Paging and Scrolling
ASPxVerticalGrid gives you control over how often it needs a server refresh as the user scrolls through data. Multiple options allow you to manage the navigation in the grid. You can specify the number of records included within a page, enable horizontal and vertical scrolling, specify the grid’s height, etc.
Limitation
- When horizontal scrolling is enabled, the grid’s records have a fixed width. To customize a record’s width, specify the grid’s RecordWidth property.