When we click on a checkbox inside a grid once, the checkbox check event is not triggered. we have to select the row first, then only click the checkbox. Is there a solution to handle the event of checkbox click on the first time
Check box selection occurs only after clicking twice in the grid. First click set the focus on the row and the second click allows to toggle values in the check boxes. Check / Un-Check events of check boxes are firing correctly only when the focus is on a row (i.e) when row selected, otherwise the event cannot be captured.