New Grid & TAB

Started by dkh007, November 24, 2007, 12:10:48 PM

Previous topic - Next topic

dkh007

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.
Daniel Hargreaves, AIA, CSI, CDT, RAS
accustudio.com

owenwengerd

Quote from: dkh007 on November 24, 2007, 12:10:48 PM
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

Quote from: owenwengerd on November 24, 2007, 02:44:55 PM
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.
Daniel Hargreaves, AIA, CSI, CDT, RAS
accustudio.com