Putting a gridview row in edit mode programmatically

前端 未结 5 363
名媛妹妹
名媛妹妹 2020-12-11 01:11

How do I put a gridview row in edit mode programmatically?

5条回答
  •  攒了一身酷
    2020-12-11 02:12

    Set the EditIndex property to the appropriate row and then ReBind the GridVIew again to it's DataSource.

    Hope this helps.

提交回复
热议问题