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 ourASP.NET MVC Tree Gridfeature tour page for its groundbreaking feature representations. You can also explore ourASP.NET MVC Tree Grid exampleto knows how to present and manipulate data.