John
John

Reputation: 1922

How to select the Telerik MVC TabStrip programatically?

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

Upvotes: 0

Views: 2809

Answers (1)

Brian Cauthon
Brian Cauthon

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

Related Questions