1. SmartClient_v82p_2012-05-02_LGPL
2. IE 9 and Firefox 12
Hello,
I would like to override the Arrow_Left and Arrow_Right key press events on an ISC ListGrid on edit disabled cells while still keeping all other Arrow Key settings.
I've noticed when using the keyPress string property function the left/right arrow keys are not recognized by the key event handler when pressed over edit disabled cells.
Left/right arrow key presses are recognized through the bodyKeyPress function, but then all the other standard ListGrid arrow key operations no longer function. I like these operations, because they allow using the arrow keys to select previous and next rows on edit disabled cells. I would just like to override the left/right arrow key presses without overriding any other keypress functionality.
What settings can I use to accomplish this?
2. IE 9 and Firefox 12
Hello,
I would like to override the Arrow_Left and Arrow_Right key press events on an ISC ListGrid on edit disabled cells while still keeping all other Arrow Key settings.
I've noticed when using the keyPress string property function the left/right arrow keys are not recognized by the key event handler when pressed over edit disabled cells.
Left/right arrow key presses are recognized through the bodyKeyPress function, but then all the other standard ListGrid arrow key operations no longer function. I like these operations, because they allow using the arrow keys to select previous and next rows on edit disabled cells. I would just like to override the left/right arrow key presses without overriding any other keypress functionality.
What settings can I use to accomplish this?
Comment