Skip to content

DevExpress-Examples/blazor-grid-custom-datasource-with-ef-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Grid - Custom Data Source Binding using Entity Framework Core

This example uses a custom data source and binds it to the DevExpress Blazor Grid via Entity Framework Core.

Custom Data Source

Our Blazor Grid component supports multiple data binding options. If our standard data source bindings do not meet specific business requirements, you can implement your own data provider. To do so, create a GridCustomDataSource descendant and assign it to the Grid Data property. As a starting point, simply use the OrdersDataSource class implementation and modify it based on your use case/requirements.

Limitations & Considerations

Note the following Grid-related limitations when using a custom data source:

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

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

About

Use a custom data source and bind it to the DevExpress Blazor Grid via Entity Framework Core.

Topics

Resources

License

Stars

Watchers

Forks