This example introduces batch data editing support when using Microsoft Entity Framework Core in your DevExpress-powered Blazor app.
Our sample uses DbContext to obtain and update DevExpress Blazor TreeList data. When a user creates a new row or modifies/deletes an existing row, a DbContext instance tracks changes made to underlying data. End users can press Save to record all changes made within this context or press Cancel to dispose the context and discard accumulated changes.
The CustomizeElement event handler uses the DbContext.ChangeTracker property to identify and highlight modified cells.
- Getting Started with the Blazor TreeList
- How to bind the component to DevExtreme data source with Entity Framework Core
(you will be redirected to DevExpress.com to submit your response)