How do I put a gridview row in edit mode programmatically?
|
feedback
|
|
Set the EditIndex property to the appropriate row and then ReBind the GridVIew again to it's DataSource. Hope this helps. | |||
|
feedback
|
|
Just implement the Row_Editing event and do something like this:
Bind data will populate the GridView with the data. | ||||
|
feedback
|
| |||
|
feedback
|
Tested with vs-2008. fork fine. | |||
|
feedback
|