Skip to content

Use Entity Framework Core to implement batch data editing with the DevExpress Blazor TreeList component.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/blazor-treelist-batch-editing

Repository files navigation

DevExpress Blazor TreeList – Implement batch data editing using Entity Framework Core

This example introduces batch data editing support when using Microsoft Entity Framework Core in your DevExpress-powered Blazor app.

Batch Editing in DevExpress Blazor TreeList

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.

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 Entity Framework Core to implement batch data editing with the DevExpress Blazor TreeList component.

Topics

Resources

License

Stars

Watchers

Forks