Hello,
About generated combined style sheet file.
I expected that my custom styles will be load after a telerik built in styles. but there is it first.
How do I load it after build in styles?
<telerik:RadStyleSheetManager runat="server" ID="RadStyleMn" > <CdnSettings TelerikCdn="Disabled" /> <StyleSheets> <telerik:StyleSheetReference Path="~/Skins/CustomRadTreeVew.Web20.css" /> </StyleSheets></telerik:RadStyleSheetManager>