|
You can make use of EditCommandColumn and or EditItemIndex
By using EditCommandColumn you can perform in-place editing of data in single row.
With EditItemIndex, you can edit the data automatically, the grid will inserts values that needs to be edited in a TextBox or a CheckBox controls.
If you want to customise the way data is edited in control, that is, if you want to customise binding data to textbox or checkbox controls you have to use TemplateColumn
|