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
255
CheckBoxColumn Events
posted

Is there a way to fire an event everytime a checkbox is checked or unchecked?

Thanks

Parents
No Data
Reply
  • 30945
    Offline posted

    Hello,

     

    I have been looking into the functionality that you are looking for and I can suggest handling the CellControlAttached event of the XamGrid and in its event handler you can get the CheckBox which is in the currently attached CellControl and handle its Checked and Unchecked events. I have created a sample application which demonstrates how this approach can be achieved.

     

    If you have any further questions please do not hesitate to ask.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

     

    CheckBoxColumnEvents.zip
Children