0

thing is that i want to catch the tab key event when editing a cell. not every cell is editable, that is for certain record in grid, some cells are editable while others not. when editing with single/double click, i can control the cell edit-ability in recordClickhander(), but when click tab key, it will be out of control coz i don't see any event handler to catch for tab key. so does anyone know how to disable tab key or catch tab key pressed key event when editing in cell? thanks .

Grid do have keyDownHandler/keyPresshandler, but it's only for grid level, not for cell when editing.

  • Can you please re-explain that part ? **but when click tab key, it will be out of control coz i don't see any event handler to catch for tab key**. Please try to make your question more readable. – Jean-Michel Garcia May 15 '12 at 08:34
  • but when click tab key, i don't want it go into the cell that is not editable according to business. tks for you reply – Zhu Jun May 16 '12 at 06:51
  • Can you post small standalone code ? – Jean-Michel Garcia May 16 '12 at 07:40
  • thank you for you reply, there are a bunch of codes actually. now what i do is extends setCanEdit in ListGrid. it now works. not sure if it's the best solution. – Zhu Jun May 18 '12 at 01:51

0 Answers0