I have a checkbox column on a grid. When I go to check one of the checkboxes it takes 3 clicks to get any checked. The first click selects the row or cell depending on how it's set up. The second enters edit mode and the third finally checks it. This is pretty rigorous for someone doing data entry just to check a checkbox.
Maybe I'm missing something but it seems like this is due to how the grid is constructed.
Hello there,
Thanks for using our controls.
It's due to grid configuration. You have to select the row an then click to edit the row and after that check/uncheck the checkbox in edit mode.
If you have any question, do not hesitate to ask.
Regards,
Stanimir Todorov
For checkboxes I've never seen another grid behave that way. It's ridiculous to expect the user to click 3 times to check a checkbox.That wouldn't be so bad if I could easily and reliably capture that event and check the checkbox. It sounds like I should be able to but as the code I provided in https://ko.infragistics.com/community/forums/f/ignite-ui-for-javascript/71579/if-hidden-column-is-before-any-other-columns-ui-object-of-click-events-incorrect should illustrate, I can't reliably capture which column is being clicked. I recorded which the grid thinks is being clicked and while repeatedly clicking on the 5th column, the grid went back and forther between thinking it was the 5th then the 1st then the 5th and the 1st again.
How can I reliably capture which cell was clicked on?