Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ramesh on May 27, 2009 02:04
open dhtmlx forum
Grid Navigation Problem

Dear Team
I have been using dhtmlxgrid v 1.6.
I have a grid which comprises of Readonly Rows and Editable rows. When I press tab key fronm the last column in the editable row, the cursor is not moving to the next editable row ( as one Non editable Readonly Row is available between two editable rows) and it goes off from the grid.
Pls assist me in resolving this navigation issue.


Thanks and regards
Ramesh
Answer posted by dhxSupport on May 27, 2009 02:37
This is expected behaviour as after pressing tab fucus moves to the next cell in the grid. By default focus moves to the not editable cell also. You can use enableEditTabOnly(true) method which enables/disables mode when readonly cell is not available with tab.