Disable the Edit button on all the rows when Edit button is clicked on a particular row in GridView

前端 未结 2 894
独厮守ぢ
独厮守ぢ 2021-01-15 21:03

I have a gridView with 5 columns with Edit and Delete button on each row of GridView. Once an Edit button a particular row is clicked , I want to disable the edit and delete

2条回答
  •  一个人的身影
    2021-01-15 21:52

    You could use javascript, outlined here, http://www.krissteele.net/blogdetails.aspx?id=92 . Add logic to not disable for the current row.

提交回复
热议问题