This question is locked. New answers and comments are not allowed.
Hi.
I'm trying to remove the default TabStrip client area padding (3em 1em) with the HtmlAttributes method, but it seems to have no effect on the control. What am I missing here?
I'm trying to remove the default TabStrip client area padding (3em 1em) with the HtmlAttributes method, but it seems to have no effect on the control. What am I missing here?
@Html.Telerik().TabStrip().HtmlAttributes(new { style = "padding: 0" })Thanks! Dan