ASPxGridView Find control (Checkbox) and Check if it is checked or not

前端 未结 2 1641
再見小時候
再見小時候 2021-01-29 02:21

I have a checkbox (you can see below) nested in detailed grid. How can I find it on updating click and check if checked or not? I\'m using DevExpress GridView

&l         


        
2条回答
  •  别那么骄傲
    2021-01-29 02:29

    Use the built-in Selection feature of the ASPxGridView. It has events and methods to find the selected rows. Take a look at this sample:

    http://demos.devexpress.com/ASPxGridViewDemos/Selection/Selection.aspx

提交回复
热议问题