This is a migrated thread and some comments may be shown as answers.

Setting tab order of controls

2 Answers 301 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
Andreas Håkansson
Top achievements
Rank 1
Andreas Håkansson asked on 23 Apr 2018, 01:56 PM

Hi,

I'm struggling with setting the tab order of my controls. I have a mix of controls, mostly RadTextBoxes, RadDropDownLists, and RadDateTimePickers. I have set the TabStop and TabIndex of the controls using Visual Studio designer. This taborder is not the order that I get.

I've seen some entries regarding TabStop for RadTextBoxes in this forum, so I've made sure that RadTextBoxElement.RadTextBoxItem.TabStop is true (in telerik's(?) designer). However, I cannot find a similar thing for the other type of controls.

1) How should one set the tab order of telerik controls?

2) If it is through a property of a somewhat hidden element inside a control, how is one supposed to find it?

Please advice.

2 Answers, 1 is accepted

Sort by
0
Andreas Håkansson
Top achievements
Rank 1
answered on 23 Apr 2018, 02:35 PM

Actually, the tabindex does seem to work. My bad. The issue was that the controls were contained in panels, and those panels also need to have the appropriate tab index.

 

0
Dimitar
Telerik team
answered on 24 Apr 2018, 07:00 AM
Hi Andreas,

I am glad that you have found a solution for your case. Do not hesitate to contact us if you have other questions.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
Andreas Håkansson
Top achievements
Rank 1
Answers by
Andreas Håkansson
Top achievements
Rank 1
Dimitar
Telerik team
Share this question
or