Hello,
I was reading this article in hopes to finding a solution to my problem. My problem is that I am using the RadTreeView control in my master page but I don't want all the embedded styling since I will be loading my own. So I have found an article in the documentation that instructs how to remove the embedded css from controls.
http://www.telerik.com/help/aspnet-ajax/introduction-disabling-embedded-resources.html
So I entered this
I have also tried the variant:
After all this site looks great (without the RadControls formatting)...but now the admin site (where pages and content is made/edited) seems to be missing some formatting. And now I'm also receiving a javascript error from IE when going to the "Pages" tab. This error states:
So my question is. How can I disable the embedded styles for that one control and keep all the functionality of my admin pages? Please advise. Thank you.
Attached are some screenshots of what the admin page looks like with the above code entered in the web.config.