This question is locked. New answers and comments are not allowed.
Is it possible to use:
inside partial views (user controls). Nothing is rendering when I have this in my partial, but if I add it inside the <asp:Content of the parent view it of course works fine.
thanks
Html.Telerik().ScriptRegistrar()
.OnDocumentReady(() => .........
inside partial views (user controls). Nothing is rendering when I have this in my partial, but if I add it inside the <asp:Content of the parent view it of course works fine.
thanks