Hi,
Just downloaded the latest radcontrols for winforms.
My issue is with focus not being given when using an accelerator key.
The accelerator keys (i.e alt + a key) wont put the focus on a text box. I have placed a radLabel to the left of a radTexbox. The radLabel has tabstop =0, and text= &a) Test a. Next to it I placed a label with tabstop = 1 . I repeated this to add another label/text box pair. So, I had this on the form:
a) Test a [ radTextBox1 ]
b) Test b [ radTextBox2 ]
Pressing ALT + a does not set focus in radTextBox1. Pressing Alt + b does not set focus in raTextBox2. Instead, the focus cue disappears. I must hit <TAB> to get it to reappear. (Microsoft controls do set the focus correctly). Have I missed a setting somewhere?
Thanks,
Just downloaded the latest radcontrols for winforms.
My issue is with focus not being given when using an accelerator key.
The accelerator keys (i.e alt + a key) wont put the focus on a text box. I have placed a radLabel to the left of a radTexbox. The radLabel has tabstop =0, and text= &a) Test a. Next to it I placed a label with tabstop = 1 . I repeated this to add another label/text box pair. So, I had this on the form:
a) Test a [ radTextBox1 ]
b) Test b [ radTextBox2 ]
Pressing ALT + a does not set focus in radTextBox1. Pressing Alt + b does not set focus in raTextBox2. Instead, the focus cue disappears. I must hit <TAB> to get it to reappear. (Microsoft controls do set the focus correctly). Have I missed a setting somewhere?
Thanks,