2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
We can enable editing in TreeGrid by set “AllowEditing” property as “True”. The following edit modes are available in TreeGrid,
Cell EditingIn cell editing mode user can edit a specific cell of the selected row by set “EditMode” property as “cellEditing”. The below code example explains how to enable cell edit mode in TreeGrid.
The following screen shot illustrates the cell edit mode in TreeGrid.
Row EditingIt is possible to make the entire row to editable state and to update a record by set “EditMode” property as “rowEditing”, please refer the below code snippet.
The following screen shot illustrates the row edit mode in TreeGrid.
Sample linkA TreeGrid sample with inline editing is available in the following link, Sample.
Dialog EditingWe can perform add/edit actions through edit dialog, we can enable dialog edit mode by set “EditMode” as “dialogEditing”, please refer the below code snippet for this.
The following screen shot illustrates the dialog edit mode in TreeGrid.
Sample linkA TreeGrid sample with dialog editing is available in the following link, Sample
|
2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.