views:

219

answers:

1

Does anyone know how to programatically switch tabs in the Telerik tabstrip?

+1  A: 

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.

Brian