Cell Editing in ASP.NET MVC 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 EditSettings as Cell.

NOTE

Cell edit mode is default mode of editing.

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