Skip to content

Latest commit

 

History

95 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Pivot Table – Server Mode Data Processing

This example binds the DevExpress Blazor Pivot Table component to a server mode data source. The data source loads data in small chunks (on demand) and delegates data shaping operations to Entity Framework Core. Server Mode reduces memory consumption and improves overall performance when working with large collections.

Bind DevExpress Blazor Pivot Table to Data with Entity Framework Core

Refer to the following topic for additional information: Bind the Pivot Table to Data.

Quick Start

The example requires a specific SQLite/SQL Server database file. On the first run (and whenever the file is missing), the application displays a Generate Data button. Click the button to create the database and proceed.

This example binds the DevExpress Blazor Pivot Table to a SQLite database. To use a SQL Server database, set the DataProvider setting to SqlServer in appsettings.json.

Files to Review

Documentation

Does This Example Address Your Development Requirements/Objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Bind the DevExpress Blazor Pivot Table component to a server mode data source.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages