@(Html.Kendo().TabStrip().Name("dashboardTab") .HtmlAttributes(new {@class = "fullHeight"}) I need that css class applied at the outermost element rendered through the TabStrip. Otherwise there is no way to modify a controls appearance using css only without wrapping every single tabstrip in a container for the sole purpose of accessing it with css.
Hello,
We are declining this request, because implementation is applicable (as demonstrated in the previous reply), and due to a low interest over the years.
Regards,
Nencho
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Thanks for the proposal, Patrick. You should be able to apply appropriate CSS selectors to modify the appearance of the tabstrip and its elements, as depicted in this help topic: http://docs.telerik.com/kendo-ui/web/appearance-styling#customizing-appearance This is applicable when using HtmlAttributes via the tabstrip's MVC server wrapper as well.