Command Column Editing in ASP.NET Core Tree Grid Component
18 Nov 20181 minute to read
The command column provides an option to add CRUD action buttons in a column. This can be defined by the commands property of e-treegrid-column tag helper.
The available built-in command buttons are:
| Command Button | Actions |
|---|---|
| Edit | Edit the current row. |
| Delete | Delete the current row. |
| Save | Update the edited row. |
| Cancel | Cancel the edited state. |
Custom command
The custom command buttons can be added in a column by using the commands property of e-treegrid-column tag helper and the action for the custom buttons can be defined in the Click event of an Button Option.
NOTE
You can refer to our
ASP.NET Core Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid exampleASP.NET Core Tree Grid exampleto knows how to present and manipulate data.