Reputation: 1922
Does anyone know how to programatically switch tabs in the Telerik tabstrip?
Upvotes: 0
Views: 2809
Reputation: 5534
In your view you call Html.Telerik().TabStrip().SelectedIndex().
Check the client-side api on their website for info on how to do it on the client.
Upvotes: 2