I would like to disable key event listener only for particular grid and leave it working for all other parts of webpage. May I disable that fro particular grid only?
Thanks
You can disable keyboard events in grid by
grid.enableKeyboardSupport(false);