• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Cell Edit Type in ASP.NET Core Tree Grid Control

This sample demonstrates the supported cell edit types of TreeGrid columns. The list of cell edit types are as follows,

  • NumericTextBox component for integers, double, and decimal data types.
  • TextBox component for string data type.
  • DropDownList component for list data type.
  • DatePicker component for date data type.
  • DateTimePicker component for dateTime data type.
  • Checkbox component 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 TreeGrid columns

  • NumericTextBox
  • TextBox
  • DropDownList
  • DateTimePicker
  • Checkbox
Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab