Hello.

I have a simple form that contains a couple of textboxes and a group of 3 radio buttons.

I want the focus to go back and forth between the two textboxes only when the user clicks on the TAB key.

Unfortunately, the selected radiobutton is also getting the focus using TAB although I cannot find any property to disable this.

How can I prevent the radiobutton from getting focus using TAB?

Thanks.