ASPxGridView Find control (Checkbox) and Check if it is checked or not
Posted
by Jorge
on Stack Overflow
See other posts from Stack Overflow
or by Jorge
Published on 2010-04-08T19:53:56Z
Indexed on
2010/04/09
0:33 UTC
Read the original article
Hit count: 1403
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
<dxwgv:GridViewDataCheckColumn Visible="false" VisibleIndex="14">
<EditFormSettings Visible="True" />
<EditItemTemplate>
<dxe:ASPxCheckBox ID="ASPxCheckBox1" Text="" runat="server"> </dxe:ASPxCheckBox>
</EditItemTemplate> </dxwgv:GridViewDataCheckColumn>
© Stack Overflow or respective owner