Example of Cell Edit Type in ASP.NET MVC Tree Grid Control
This sample demonstrates the supported cell edit types of Tree Grid columns. The list of cell edit types are as follows,
NumericTextBoxcomponent for integers, double, and decimal data types.TextBoxcomponent for string data type.DropDownListcomponent for list data type.DatePickercomponent for date data type.DateTimePickercomponent for dateTime data type.Checkboxcomponent for boolean data type
DEMO
SOURCE
The Columns.EditType is used to customize the edit type of the particular column. You can set the Columns.EditType based on data type of the column.
In this sample, we show the following editTypes for the Tree Grid columns
NumericTextBoxTextBoxDropDownListDateTimePickerCheckbox