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

Set focus on Tab index

1 Answer 153 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Madzie
Top achievements
Rank 1
Madzie asked on 29 Dec 2014, 10:06 PM
Is there a way to set cursor focus on any tab item ?

SelectedIndex() is to select but I need to make sure when user hits <tab> key after TabStrip load, the next tabItem is ready to be selected.

Is there a method similar to SelectedIndex() or needs to be custome script code to set focus on ?

Html.Telerik().TabStrip()
.Name("TabStripDynamicSearchCriteria")
.Items(tabstrip =>
{
....
}
.SelectedIndex(selectedIndex).Render();

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Dec 2014, 08:30 AM
Hello Madzie,

This question is related to the discontinued MVC Extensions, which are no longer supported.

Regards,
Dimo
Telerik

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

Tags
TabStrip
Asked by
Madzie
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or