Back to Devexpress

Paging and Scrolling

aspnet-116183-components-vertical-grid-concepts-focus-and-navigation-paging-and-scrolling.md

latest737 B
Original Source

Paging and Scrolling

  • Jun 23, 2023

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.