Declined
Last Updated: 29 Jun 2021 06:23 by ADMIN
Patrick Maurer
Created on: 07 Aug 2015 09:50
Category: UI for ASP.NET MVC
Type: Feature Request
1
modify the place where tabstrip applies the class it got passed as html attribute
@(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.
2 comments
ADMIN
Nencho
Posted on: 29 Jun 2021 06:23

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/.

ADMIN
Telerik Admin
Posted on: 10 Aug 2015 15:34
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.