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