Can we use the mobile mvc tabstrip with web?
I cant seem to get any css on my tabstrip
Also when initializing tabstript this messes up bootstrap menu, menu now covers page content.
Where am I going wrong,
Thanks
I cant seem to get any css on my tabstrip
Also when initializing tabstript this messes up bootstrap menu, menu now covers page content.
Where am I going wrong,
Thanks
@code Dim mobileTab As Kendo.Mvc.UI.MobileTabStrip = Html.Kendo.MobileTabStrip().Name("mobileTab").Items(Sub(items)items.Add().Icon("contacts").Text("Products")items.Add().Icon("cart").Text("Shopping Cart") End Sub) _ .Events(Function(events) events.Select("onSelect"))mobileTab.Render() End Code @Html.Kendo().MobileApplication().ServerNavigation(true)