Posted 9 September 2020, 12:33 pm EST
Hi,
When the tab key is pressed on a particular cell so ideally, the next cell should get selected. But unfortunately, it doesn’t work.
Forums Home / Wijmo / General Discussion
Posted by: chhavi.sethi on 9 September 2020, 12:33 pm EST
Posted 9 September 2020, 12:33 pm EST
Hi,
When the tab key is pressed on a particular cell so ideally, the next cell should get selected. But unfortunately, it doesn’t work.
Posted 10 September 2020, 2:40 am EST
Hi Chhavi,
By default, the Tab key is handled by the browser. So, pressing the Tab key will move the focus to the next element outside of the FlexGrid. You can use the keyActionTab property of the FlexGrid to change the Tab key behavior.
API: https://www.grapecity.com/wijmo/api/classes/wijmo_grid.flexgrid.html#keyactiontab
For your requirements, you can set its value to wijmo.grid.KeyAction.Cycle.
Regards,
Ashwin
Posted 10 September 2020, 12:59 pm EST
Thanks Ashwin, It worked!