|
|
|
|
A unique LinqServerModeDataSource control was specifically designed by Developer Express for the ASPxGridView, allowing it to efficiently work with large amounts of data by using LINQ Server Mode. In this mode, only small portions of the required data are loaded into the ASPxGridView by demand, and all the necessary data processing (such as grouping or sorting) is performed on the data server. This technique significantly reduces the application's response time.
Previously, server mode was supported only for XPO datasources; now, any LINQ query provider is also supported.
Test the application's performance by switching between two data sources and performing the same data operations (grouping or sorting) within the ASPxGridView control.
|
 | Loading… |
|
|
|
|