jQuery UI Widgets › Forums › Grid › cellbeginedit event for checkbox columnt not working on keyboard
Tagged: angular grid, cellbeginedit, columntype checkbox, events, grid, jquery grid, jqxgrid, keyboard, keyboard navigation, multiplerowsextended, tab
This topic contains 4 replies, has 2 voices, and was last updated by Dimitar 8 years, 4 months ago.
-
Author
-
Once again Tahnk you on great work you are doing whit jqwidgets.
I do not know is this BUG or something else but I fund that.
Subscribing on event cellbeginedit on grid does not works for checkbox columntype if user check value by hitting space on keyboard.
We are trying to make grid keyboard friendly, so users can inline edit row using only keyboard without mouse.
We did try to subscribe on cellendedit.
In that case event get fired on keyboard selecting.
But cellendedit is fired after calls of updaterow function inside source for dataAdapter of Grid.i apologize for the spam.
This is case only when grid selectionmode is set to multiplerowsextended.If grid is set to multiplecellsadvanced event cellbeginedit for checkboxex get fired on space key for changing
There is strange behavior of grid events and kayboard.
Please look your sample at http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?bootstrapIf column Available get focused whit TAB key and column Product is not in edit mode then cellbegineditevent will be fired.
If you are in edit mode for column Product and hit TAB key to go to next column cellbegineditevent will not be fired when user hit space key.
Also when you are in edit mode for column Product and hit TAB key to go to next column you nide to HIT TAB once again to be able to select value for column AvailablePlease look this sample GIF I made which showing how cellbeginedit being skipd when you get focused on
Hello adopilot,
Thank you for your valuable feedback. We confirm these inconsistencies in the behaviour of checkbox cells and have created a work item on the matter.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.