Open cbgithubadmin opened 9 years ago
Not built in, but you could programmatically catch the tab key and then find the current focussed element using jQuery to get to the next column in the same row (using the index of where you were in the rows) and focus that new text box.
Thanks for the recommendation and quick response! I'll give it a shot.
where you able to get the job done? tab accross?
Currently when pressing the "tab" button the curser goes through rows (doswn). Is there a way to have the cursor go through columns (across)?
Thanks.