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://es.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?
Hi Chris,Yep, it's a problem in the igGrid's cellClick event is incorrectly fired for the 1st cell of the row when you click on that cell after you've entered edit mode and you also have cell selection in use.I've logged development issue #116993 which will be associated with this forum thread shortly.A colleague of mine from the support team will take care of it shortly - as soon as that's done you will be able to track the issue's progress using the CASE number (from the bottom of this forum thread page for example).It's sad that this issue has bumped into you, but such things happen I'm afraid :/ - I see that you're already implementing a workaround as you have mentioned here (https://es.infragistics.com/community/forums/f/ignite-ui-for-javascript/71579/if-hidden-column-is-before-any-other-columns-ui-object-of-click-events-incorrect/362044#362044).We'll try to help you out to the best of our ability so both you and us get sh... work done :)Cheers,Borislav