Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to know if it is possible if i have an editable table on my page(Column 1, Column 2, column 3)

when the user is on textbox 1 in coulmn 1 ,enters information, i want to know if it would be possible for me to allow the user to press the right arrow key which would then set focus tho the textbox 2 in column 2 and if the user would like to navigate back to textbox 1 in column 1 he should be able to press the left arrow key on his keyboard
Posted
Updated 27-Nov-12 5:34am
v2
Comments
[no name] 27-Nov-12 10:42am    
Did you try simple $("#uniqueid").focus() method on with keypress event ?

1 solution

Certainly this is possible. Check out some of these:
SlickGrid (Github)[^]
A few more here: 30-amazing-jquery-plugins-to-play-with-tables[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900