Dragging RadScriptManager or RadAjaxManager onto Page Template
I noticed that I can drag other RadControls from my Toolbox onto my Page Template, but I do not see an option to drag the RadScriptManager and RadAjaxManager from the RadControls section in the Toolbox.
Is there a way to get these 2 controls to appear in the Toolbox so that I can add them to my Page Template directly?
Thanks.
Hello Samir,
We do not offer this functionality out of the box. What you can do is set a particular page to include RadScriptManager from its Title and Properties menu, or alternatively place the [RequireScriptManager] attribute on your class and this should automatically add RadScriptManager on the page where your control is dropped. Concerning RadAjaxManager, you can place it on your masterpage (actually you'd better place RadAjaxManagerProxy and then place RadAjaxManager on your control.
Kind regards,
Boyan Barnev
the Telerik team