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
175
UnboundCheckBoxField causes RowUpdated event fires
posted
Hi, I am using 2012.2 version and I have a UnboundCheckBoxField in the webdatagrid, when check/uncheck, the RowUpdated event fires, is there anyway to not fire this event?

Here is the how we define the checkbox.
<ig:UnboundCheckBoxField Key="rowChecked" Width="25px" HeaderChecked="False" HeaderCheckBoxMode="BiState">
                                                                                                </ig:UnboundCheckBoxField>

Thanks,

Qiuyu