Hi,
Is it possible to make tab key as to behave like enter key inside iggrid(i.e) is it possible to attain vertical tabbing by pressing the tab key?kindly do the need ful
kindly do the needfull,,, help me as soon as possible
Hey there,The vertical movement accomplished with the Enter key is most probably referring to the grid's editing mode, and more specifically to the horizontalMoveOnEnter option. It allows you to use the Enter key to start editing the cell below the current one.Thus, this option is applicable only to the cell editing mode.This vertical move (downwards only) to a different cell is borrowed from Excel.
However, vertical tabbing is another thing altogether and it cannot be accomplished easily.(it involves changing some of the internal logic after you have determined that the Tab key has been pressed)
The best way (and only one that I can think of) is to add a new option to the igGrid Updating feature that would allow the Tab key to move the focus to the next edited cell on the row below.Pressing Shift + Tab would then move the focus to the next edited cell on the row above.This would require development and testing effort on our behalf so this change needs to be requested before being implemented.I suggest that you post your suggestion via the Feature Request section of your account.
Hope this helps,Borislav