| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
When a user starts editing a row, our Blazor Grid (DxGrid) creates an edit model - a copy of the processed data item. This model stores all changes while the original data item remains intact. You need to update the data source to save changes.
The EditModelSaving event fires when a user completes row edits and allows you to save changes. Use the event argument's EditModel property to access the edit model. The DataItem property allows you to access the proccessed data item as requirements dictate.
Use one of the following variants to save changes made in the edit model:
(you will be redirected to DevExpress.com to submit your response)
| Back | FazBrowse Home | New Git URL |