Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on Extjs 5 widget columns. How can i move the focus on tab press to next widget column? i have two widget columns in my gridview and each contains a textfield. keyup event is working fine. i want to move the focus to next widget column's textfield of same row on keyup event.
onMytextfieldKeyup: function(textfield, e, eOpts) {

  //what to do

}
Posted
Updated 27-Nov-14 7:48am
v2

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