JamesBowen
19+ years progress programming and still learning.
I have a table of 5 columns and x number of Rows. Each Cell has a Input field. So that the table look like a Excel Spreadsheet.
Now when cursor is in any of the cells I want navigate/move by using the keyboard's up/down left/right key to the relevant cell.
I have found a very good Javascript example on the net, but this only works for IE. I am needing something that is cross browser compatible.
Any takers?
http://www.codeproject.com/KB/webforms/Datagrid_with_navigation.aspx
P.S. I know very little about Javascript.
Now when cursor is in any of the cells I want navigate/move by using the keyboard's up/down left/right key to the relevant cell.
I have found a very good Javascript example on the net, but this only works for IE. I am needing something that is cross browser compatible.
Any takers?
http://www.codeproject.com/KB/webforms/Datagrid_with_navigation.aspx
P.S. I know very little about Javascript.