Relative Content

Tag Archive for kendo-ui

Telerik Kendo MVC TabStrip – how to set focus when loading a partial view

I have a Kendo tabstrip with partial views. When I click on the tab, the partial views are loaded. But I need to set the focus() and/or tabindex to a specific element in the partial view, for example the first text box. I tried setting the tabindex to 1 in the partial view. But that does Not seem to work.