dkh007
2007-11-24 20:10 UTC
The grid in OpenDCL 4.1.2.0 Runs like a champ. For the first time I have really been able to use it! One question I do have... is there a way to move from cell to cell using the TAB key? Any help will be greatly appreciated.
owenwengerd
2007-11-24 22:44 UTC
author=dkh007 link=topic=98.msg403#msg403 date=1195935048 wrote:
One question I do have... is there a way to move from cell to cell using the TAB key?
I don't think the tab key is handled. You can rely on the arrow keys for cell navigation, or you could try implementing the tab handling yourself in an OnKillFocus event handler (I have no idea whether this would work, it's just an idea).
dkh007
2007-11-25 04:27 UTC
author=owenwengerd link=topic=98.msg404#msg404 date=1195944295 wrote:
I don't think the tab key is handled. You can rely on the arrow keys for cell navigation, or you could try implementing the tab handling yourself in an OnKillFocus event handler (I have no idea whether this would work, it's just an idea).
I'm using the SetItemStyle to String Edit and the arrow keys only work in the current cell. I will play with the OnKillFocus and see what happens.