Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Override ListGrid Arrow Left/Right Keys, Nothing Else

    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
    Originally posted by JoJeff
    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?
    Thanks for letting me know, if you could figure out a solution for this problem. I have the same problem.

    Comment

    Working...
    X