Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 10:06
open dhtmlx forum
Is it possible to use arrow keys like excel and when a key is pressed the cell is in edit mode (instead of si...

Is it possible to use arrow keys like excel and when a key is pressed the cell is in edit mode (instead of single/dbl mouse click)
And only current cell is marked - not the whole row.
Answer posted on Mar 05, 2007 10:06

The key navigation functionality allows to move selection up and down by arrow keys, moving between cells by TAB key and entering in edit mode by F2 key.

 The cell/row selection behavior can't be changed, but you can change div.gridbox table.obj tr.rowselected td{ css class in dhtmlxgrid.css, so selected  row will have the same color as not selected one.

Answer posted by radyno (Support) on Dec 04, 2014 09:14

I hope this information will be enough for you. But you also can have a look at year timeline template and javascript mobile library.