Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Large Database via XPO

Drag a column header here to group by that column
From 
Subject 
Sent 
Attachment? 
Size 
Open filter row popup menu
Open filter row popup menu
xv
Open filter row popup menu
xv
 
Bert ParkinsEmail Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.4/3/20166 KB
Tom HamlettPayables Due Calculator is ready for testing.3/8/201646 KB
Tom HamlettEmail Attachments. Is it possible to add multiple attachments? I haven't found a way to do this.2/26/2016180 KB
Ray ShipmanIntegrating Developer Express MasterView control into an Accounting System.2/21/2016201 KB
Tom HamlettEmail System. What library are we going to use?3/31/2016252 KB
Dave MurrelMain Menu: Add a File menu. File menu item is missing.3/12/2016270 KB
Ryan FischerReceivables Calculator. Where can I find the complete specs?3/5/2016209 KB
Carl LucasPayables Due Calculator is ready for testing.2/28/2016189 KB
Brad BarnesReceivables Calculator. Where can I find the complete specs?3/9/2016142 KB
Carl LucasDrag & Drop operations are not available in the scheduler module.4/6/2016227 KB
    Sum = 42 GB
Page 1 of 30000 (300000 items)Prev1234567299982999930000Next v
Test Results
Command:
...
Time taken (ms):
...

The DevExpress ASP.NET Grid View (ASPxGridView) is blazing fast, and its server side data processing engine allows you to create highly responsive web applications, regardless of dataset size or data complexity. Using the ASPxGridView server mode, you can even display a million rows, or allow users to sort, group and filter against large datasets.

In this example, the underlying dataset contains 300,000 records. You can perform various operations against the contents of the grid (such as sorting, filtering, and grouping), and calculate summaries against the values stored within the database.

Creating a high performance web application with the ASPxGridView is easy. This demo uses the XpoDataSource component, which ships as part of the DevExpress ASP.NET Subscription. XpoDataSource allows you to bind any DevExpress data-aware control to any database supported by XPO (the DevExpress ORM). XpoDataSource allows you to load records on-demand and perform data shaping operations on the server, reducing the amount of information that is transmitted to the client, and radically improving speed and application responsiveness.

Using XpoDataSource is simple and straightforward. Simply bind the ASPxGridView control to your data source via the XpoDataSource, and set the XpoDataSource.ServerMode property to true.


See Also:
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxGridViewDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxGridViewDemos