How do I put a gridview row in edit mode programmatically?
Set the EditIndex property to the appropriate row and then ReBind the GridVIew again to it's DataSource.
Hope this helps.
2.1m questions
2.1m answers
60 comments
57.0k users