Data Binding - 300,000 Records via LINQ Data Sources

Data Source
Test Results
Drag a column header here to group by that column
From
Subject
Sent
Size
Attachment?
v
v
Peter DolanReports. The list of incomplete reports.5/25/2007112900
Ray ShipmanEmail Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.6/7/20073130
Steve LeeData Archiving. We still don't have this features in our application.5/30/20072770
Tom HamlettData Archiving. We still don't have this features in our application.7/10/200723120
Ray ShipmanCannot add new vendor. This module doesn't work!5/22/2007146260
Jeffrey W McClainEmail Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.7/10/2007166160
Dave MurrelDrag & Drop operations are not available in the scheduler module.6/15/20071870
Mark HamiltonCheck Register. We are using different paths for different modules.5/29/2007179280
Richard FisherIntegrating Developer Express MasterView control into an Accounting System.6/13/20073730
Jimmy LewisReceivables Printing module is ready for testing.7/10/20072590
 Count=300000 Sum=12562401140 
Page 1 of 30000 (300000 items)
Prev
[1]
2
3
4
5
6
7
29998
29999
30000
Next
Description
C#
VB
ASPX
JS

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.