Categories | Question details Back To List | ||
key event listener to be disabled for grid only 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 Answer posted by Support on Nov 24, 2008 08:50 You can disable keyboard events in grid by grid.enableKeyboardSupport(false); |