Dialog Editing in ASP.NET Core Tree Grid Component
18 Nov 20181 minute to read
In Dialog edit mode, when you start editing the currently selected row, data will be shown on a dialog. You can change the cell values and save edited data to the data source.
To enable Dialog edit, set the mode property of e-treegrid-editsettings tag helper as Dialog.
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.