Hi,
I have the following requirement. Can any one of you suggest me the solution:
I have 3 radio buttons of same group. The requirement says that while pressing tab from the first radio button the control should move to 2nd one and on pressing tab from 2nd radio button the control should move to 3rd one. Tried the same setting the consecutive tabindex for all the three radio buttons (Tabindex="1", "2" , "3") but that's not working.
I have the following requirement. Can any one of you suggest me the solution:
I have 3 radio buttons of same group. The requirement says that while pressing tab from the first radio button the control should move to 2nd one and on pressing tab from 2nd radio button the control should move to 3rd one. Tried the same setting the consecutive tabindex for all the three radio buttons (Tabindex="1", "2" , "3") but that's not working.
Comment