Back to Devexpress

Bind Vertical Grid to Data

aspnet-116052-components-vertical-grid-concepts-binding-to-data.md

latest1.6 KB
Original Source

Bind Vertical Grid to Data

  • Jul 13, 2021

The ASPxVerticalGrid control can function only in bound mode. Otherwise, it will not display any data. ASPxVerticalGrid can be bound to any standard data source type including: SqlDataSource, ObjectDataSource, XmlDataSource, AccessDataSource, and SiteMapDataSource.

ASPxVerticalGrid also supports Database Server Mode - a data binding mode that is specifically designed to work with large data levels: more than 50,000 records. Data is loaded in small portions, and data-aware operations are performed on the server-side to provide quick access to data, even if the sorting, filtering and summary features are used.

Concepts