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

SkinManager and standard CSS style sheets

1 Answer 59 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
dhuss
Top achievements
Rank 1
dhuss asked on 07 Feb 2011, 04:57 PM
We have just started converting all of our asp:textbox to telerik:radTextBox. We created a standard css file (used for all aspx pages) so we could set the width's for different boxes based on usage. Example, a box for state only needs to be 2 characters wide (about 20-30px). The skin manager overrides the cssclass property setting for the telerik boxes, setting all boxes to the same width. How can I still use a custom style sheet to set width's and the skinmanager at the same time?

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 10 Feb 2011, 11:24 AM
Hi dhuss,

What RadSkinManager does is to only set the Skin for each RadControl on the page. From then on, how the control will look depends on its own Skin and the settings you have applied.
I suggest that you check out the below articles for more information on how to customize Radinput appearance:
http://www.telerik.com/help/aspnet-ajax/input_appearancewidth.html
http://www.telerik.com/help/aspnet-ajax/input_appearanceskins.html
http://www.telerik.com/help/aspnet-ajax/input_appearancecontrollingappearance.html
http://www.telerik.com/help/aspnet-ajax/input_appearancecustomskin.html
http://www.telerik.com/help/aspnet-ajax/input_appearancestyles.html


Best wishes,
Iana
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
SkinManager
Asked by
dhuss
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or