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

Issues with telerik css combining

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason Clark
Top achievements
Rank 1
Jason Clark asked on 02 Dec 2008, 09:36 PM
We are currently architecting a new application based on Telerik controls, and in our user interface we require the ability to allow users to create their own skins and add them to our application at runtime.   So, we chose to simply copy the telerik skins from their install folder and use a usercontrol to set the controls skin.   To reduce the amount of http calls for each stylesheet in the telerik controls, we use a httphandler to combine them all together and remove whitespace.   This works fine, except that we noticed that hte Widgest css interferes with the TabStrib.    Our fix was to remove that css file from our combining.

Questions

1) is that css file required? what does it control?
2) why does it interfere with tabstrib when combining?
3) in RadStyleSheetManager, do you combing the css files in a specific order?

Thanks

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 05 Dec 2008, 06:25 AM
Hi Jason,

That CSS file is used in RadEditor's dialogs and normally shouldn't be included in the same page as any other control (e.g. RadTabStrip). RadStylesheetManager includes only the CSS files registered by RadControls currently on the page.

Sincerely yours,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Jason Clark
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or