I am working on an issue with a custom grid cell editor. What we would like to achieve is have the ESC key cancel an active edit, like the default cell editor does. Our custom editor also does some regex validations but I have removed that part of the code for the test case I have attached.
If you run the attached text case, you will see that we either have ESC (as well as other grid navigation keys like TAB) key events being handled by the grid and not the custom editor OR the custom editor handles the key events but I can't find a way to then pass on the key event to the grid to handle the navigation keys. Am I missing something or doing something wrong? Will I need to resort to emulating all the possible key presses for grid navigation? Thanks, Brad Embree [EMAIL PROTECTED]
grid_test.pl
Description: Perl program
