How to perform editing using Syncfusion Blazor Editable Table?
Blazor Editable Table (Editing with Blazor DataGrid) provides full support to create, read, update, and delete operations (CRUD). In addition to built-in editor controls to edit a particular column value, using template support users can create custom editor controls that suit their application needs. It performs editing operations with list of business objects or remote data service with the help of data manager.
Edit Modes
The Blazor Editable Table supports various edit modes such as inline, dialog, and batch edit (cell editing). These provide an interactive UI to add and edit records. In addition, editing can be performed programmatically.
Demo: Dialog editing example
Bulk editing
Bulk editing allows you to save the added, edited, and deleted records in a single request. This feature is used in the Blazor Editable Table by enabling the batch editing (cell editing) mode. This provides an Excel-like editing experience and saves all the changes.
Demo: Bulk editing example
Custom editor/customizable edit UI
The editor for a Blazor Editable Table cell can be specified by providing the edit type. The preferred editor can also be defined for specific columns.
Validation
While updating cells or rows, the Blazor Editable Table validates user inputs. This helps users to improve overall data quality by validating user input for accuracy and completion. The users can also customize validation criteria and message according to their requirement.
Conclusion
I hope you enjoyed learning how to perform editing using Syncfusion Blazor Editable Table.
You can refer to our Blazor Grid feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our Blazor Grid example to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!