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

Tab Order in Side RadTabItem in RadTabControl, TabNavigation="Cycle" doesn't work..

3 Answers 88 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
parag
Top achievements
Rank 1
parag asked on 13 Apr 2015, 08:21 AM

Hi,

 

I am using <telerik:RadTabControl> in my projcet as followss.

<telerik:RadTabControl>

<telerik:RadTabItem> differnet controls</telerik:RadTabItem> Tab 1

<telerik:RadTabItem> differnet controls</telerik:RadTabItem> Tab 2

<telerik:RadTabItem> differnet controls</telerik:RadTabItem> Tab 3

<telerik:RadTabItem> differnet controls</telerik:RadTabItem>  Tab 4

</<telerik:RadTabControl>

 

My requriment is focus should circulate in each tab, for this I havs used .<control TabNavigation="Cycle"/> Attribute but it deosn't seems to work. I tried few things but desn't got what expected. I am not sure whether <control TabNavigation="Cycle"/> works with RabTabControl..

Need your help to resolve this issue.

Thanks in Advance.

Thanks,

Parag.

 


3 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 15 Apr 2015, 03:37 PM
Hello Parag,

I am not sure that I understand your requirement. It seems that you need to cycle the focus in some way. The part that I do not understand is how exactly you need the focus to cycle. Do you need it to cycle inside the content of each RadTabItem (inside the "different controls" part) or you need it to cycle between the headers of the RadTabItems (changing the selection of the RadTabControl)? Please clarify so that I can go in further details.

Regards,
Pavel R. Pavlov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
parag
Top achievements
Rank 1
answered on 16 Apr 2015, 05:02 AM

Yes. I need to cycle inside the content of each RadTabItem. I have 4 RadTabItem which has many Controls inside it.

As of now when I tab on last control in each RadTabItem it doesn't go back to 1st control in that RadTabItem .



0
Pavel R. Pavlov
Telerik team
answered on 20 Apr 2015, 08:19 AM
Hi Parag,

I tried to reproduce the reported behavior on our side with our latest official release and it seems that the code works as expected. Please take a look at the attached project and let us know if I missed something. 
Is it working on your side? How your implementation differs from the attached project?

Regards,
Pavel R. Pavlov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
TabControl
Asked by
parag
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
parag
Top achievements
Rank 1
Share this question
or