This question is locked. New answers and comments are not allowed.
I have version 2012 Q1, and when in MVC Grid Batch Editing, I have added '.KeyboardNavigation()', however the 'Tab' do not work as expected, 'Tab' in Editing mode only works with single row editing.
Current behavior is when in Editing mode, click 'Tab', focus move to next cell, but not in Editing mode anymore, user has to click 'Enter' to be in Editing mode.
And due to after 'Tab' click, Grid is not in Editing mode anymore, the next 'Tab' click means loose focus of the Grid.
For example, when User is Editing the cell in 1st Column, and want to editing the 3rd Column next, User can not click Tab twice, User has to click Tab, then Right Arrow key, then Enter, to be in Editing mode in 3rd Column.
Is there a work around to make sure User stay in Editing mode when clicking Tab??
Thanks a lot.
Current behavior is when in Editing mode, click 'Tab', focus move to next cell, but not in Editing mode anymore, user has to click 'Enter' to be in Editing mode.
And due to after 'Tab' click, Grid is not in Editing mode anymore, the next 'Tab' click means loose focus of the Grid.
For example, when User is Editing the cell in 1st Column, and want to editing the 3rd Column next, User can not click Tab twice, User has to click Tab, then Right Arrow key, then Enter, to be in Editing mode in 3rd Column.
Is there a work around to make sure User stay in Editing mode when clicking Tab??
Thanks a lot.