Hi,
As documented in one of the post in forum, I am using telerik:RadScriptManager
in master page as
<telerik:RadScriptManager ID="MainRadScriptManager" runat="server">
<Scripts>
<asp:ScriptReference Path="../Javascripts/teleric/Common/Core.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Common/Animation/AnimationScripts.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Common/Navigation/NavigationScripts.js" />
<asp:ScriptReference Path="../Javascripts/teleric/ComboBox/RadComboBoxScripts.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Ajax/Ajax.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Grid/RadGridScripts.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Input/TextBox/RadInputScript.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Input/NumericTextBox/RadNumericInputScript.js" />
<asp:ScriptReference Path="../Javascripts/teleric/Input/MaskedTextBox/RadMaskedInputScript.js" />
</Scripts>
</telerik:RadScriptManager>
Also HTTP Handler is set in config as:
<httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" />
</httpHandlers>
Now the exception i am getting is like, Type teleric.Web.UI.RadUnPutControl has already been registerd.
How to set the EnableEmbeddedScripts false for all the RadControls.
Also is this write way to do so. If possible kindly explain with some code sample, also I need to use the RadStyleSheetManager, tell me if any config or else where setting i need to make.
Thanks,
Pramod