Thread: grid view
View Single Post

  #2 (permalink)  
Old 03-03-2008, 06:15 AM
Guptha_S Guptha_S is offline
Member
 
Join Date: Jan 2006
Posts: 34
Guptha_S is on a distinguished road
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
Reply With Quote