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
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.