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();
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();