This question is locked. New answers and comments are not allowed.
Hi
I am trying to add a styleSheet to my partial view and there is no way to have it working.
On my partial view I have this
<% Html.Telerik().StyleSheetRegistrar().StyleSheets(s =>s.AddGroup("form", g =>g.Add("form.css").Compress(true))); %>
On my master page, I have the usual call to Render() method
If I remove the call from the partial view and put it on the master page, it works fine
What am I doing wrong?
It looks like StyleSheetRegistrar is not working on partial views.
Why is this?
Thank you for your help
nachid