I am encountering some problems when the software is running on medium trust level. I set RestoreOriginalRenderDelegate="false" for my RadAjaxManager as well as RadAjaxPanel.
Specifically, the problems are:
By the way, does inheriting RadAjaxPage solve the problem? What if I use the RadAjax controls in my user controls? what do I have to inherit from for my user controls?
Specifically, the problems are:
- RadScriptBlock does not work (no effect)
- ResponseScript.Add ('some scripts') does not work (no effect)
- client side call .ajaxRequest() does not work (causing full postback)
By the way, does inheriting RadAjaxPage solve the problem? What if I use the RadAjax controls in my user controls? what do I have to inherit from for my user controls?