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
805
XamDataGrid - Check box issue
posted

Hi,

     In a grid, in one particular field we have checkboxes. The records in the grid have parent child relationship. If you check the parent checkbox, its corresponding child checkboxes should be automatically checked. We have done this in EditModeEnded of the parent check box, instead we need it on the fly. This update has to happen as soon as the parent checkbox is checked, and same applies when a parent check box is unchecked.

     Please suggest, thanks in advance.

Regards,

Balaji Rajendran, WK - CCH

Torrance, CA

  • 69686
    posted

    Hello Balaji,

    For this, you would have to end the cell's edit mode when you change the value of the checkbox. You can find more information on how to do that here.