Cell Editing in ASP.NET Core Tree Grid Component

18 Nov 20181 minute to read

In Cell edit mode, when you double click on a cell, it is changed to edit state. You can change the cell value and save to the data source.

To enable Cell edit, set the mode property of e-treegrid-editsettings tag helper as Cell.

NOTE

Cell edit mode is default mode of editing.


You can refer to our ASP.NET Core Tree Grid feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Tree Grid example ASP.NET Core Tree Grid example to knows how to present and manipulate data.