Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ganesh on Dec 28, 2009 05:55
open dhtmlx forum
Dhtmlxgrid---Navigation

some how the tab index is not working for me I tried all methods (selectcell, attachevent, settaborder)but no use.
I want to set other column as readonly but only link columns will get bold on focus............for onmouseover itis working but not for onfocus any idea??

Answer posted by dhxSupport on Dec 29, 2009 07:23
You can use "onTab" event to catch moment of selecting link column while tabbing http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:event_ontab
Inside "onTab" event handler you can find out what row and cell is selected with getSelectedRowId() and getSelectedCellIndex() methods