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.
548k questions
547k answers
4 comments
86.3k users