TAB key is not putting cursor to consecutive fields in some situation
I have the problem as per follow: I have a datatable in which clicking on the TAB, one new row is added. Problem is that after pressing tab key first time in datatable field,new row is added to the datatable and cursor is going to next entity(any div or anchor tag) insted of newly added datatable field.... Same thing working well in chrome.... So how can I solve this problem...Please help
All Replies (2)
- What kind of database are you using,
- You can create a javascript event that uses dom object previous call to focus on the new element. Please look to stackoverflow for better solutions.
Thank you.
Maybe you need to disable the default action.