Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
How get value of checkbox from Edit Template
posted

Hi,

I've made adding records by this solution: http://es.infragistics.com/community/forums/t/69109.aspx

In my Edit Template I have checkbox: <asp:CheckBox ID="control_IsMain"  runat="server" ></asp:CheckBox>

How can I get value of this checkbox in _RowAdding event (in behinde code)? Because now I'm getting just "False" - even if I marked checbox.