This is a migrated thread and some comments may be shown as answers.

Set the OuterCssClass clientside

1 Answer 49 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 10 Dec 2010, 09:32 PM
Does anyone know what's the process is for setting the OuterCssClass on the clientside?

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 14 Dec 2010, 01:18 PM
Hello Steve,

Currently RadTab doesn't have client-side method for setting OuterCssClass property. But you can use the following approach in order to achieve this:

tab.get_element().className += " testClassName";

Greetings,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TabStrip
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Dimitar Terziev
Telerik team
Share this question
or