Is there a DNN wrapper for the telerik:RadScriptBlock?
I have a module with asp:multiview and asp:view's inside that, each view has a script block with jquery to be run on load, this works great until I enable AJAX for the module control and then the JS does not run.
I know if I include the JS in RadScriptBlock the problem is resolved but unless it's functionality is provided wrapped by DNN I'm not "allowed" to do such things.
Another way I could be asking this is - What's the best way to execute client scripts after an AJAX postback with DNN?
Any ideas?