Hello,
I'm using the WebScriptManager in Version 10.3.20103.2171 and CRM 2.0.
<form id="form1" runat="server">
<ig:WebScriptManager ID="WebScriptManager1" runat="server"></ig:WebScriptManager>
...
I got the following error:
Runtime error in Microsoft BLOCKED SCRIPT "Sys" is undefined
at:
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize(
));
Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90);
//]]>
any ideas?
Hello bodojaeger,
I have reviewed the attachment you have sent. I noticed that you are using GridView.
I suggest using ScriptManager, and see if the issue persists.
Please let me know how this worksout, or if the issue remains.
If you have further questions, please let me know as well.
Hello Vivian,
as you can see, I'm using the WebScriptManager, because I want to use the WebDataGrid.
I'm still using GridView, because the WebScriptManager and the WebDataGrid fails. This is my problem.
By now, the WebScriptManager is the only Infragistic control on the page, and it produce the error, mentioned above.
Bodo