Hi,
I have a rad grid on my page. I added the below ajax code from one of the examples available in the rad grid site:
I am getting the error "Only one instance of a ScriptManager can be added to the page".
How to fix this?
Thanks
I have a rad grid on my page. I added the below ajax code from one of the examples available in the rad grid site:
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"radgrid1"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radgrid1"
></
telerik:AjaxUpdatedControl
>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
I am getting the error "Only one instance of a ScriptManager can be added to the page".
How to fix this?
Thanks