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

Large Database (Server Mode)

Time taken:
Page 1 of 6 (87 items)Prev123456Next
Sales Person[Filter]
Page 1 of 6 (87 items)Prev123456Next


This demo illustrates how the DevExpress ASP.NET MVC Pivot Grid can be bound to large databases using LINQ to SQL.

With the ASP.NET MVC Pivot Grid, you can easily bind to LINQ to SQL data sources via the extension's BindToLINQ method. Simply call the method, pass the DataContext and table name as method parameters. Internally, the BindToLINQ method uses our LinqServerModeDataSource component, which was specifically designed to allow the Pivot Grid MVC extension to efficiently process large amounts of data. The LinqServerModeDataSource component automatically enables server mode to optimize the execution of all LINQ queries initiated by the Pivot Grid. In this mode, the MVC Pivot Grid performs data-aware operations on the database server side, which allows the MVC Pivot Grid to quickly load and display data even if sorting, grouping, filtering, and summary are used. This technique significantly improves the Pivot Grid's speed and responsiveness.

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
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxPivotGridDemos