I have extremely simple page just ScriptManager SQLdatasource and Prometheus RadGrid on it.
When I try to acces the page I get following error:
Microsoft JScript runtime error: 'Sys.WebForms.PageRequestManager' is null or not an object
Processing breaks on this statement
What is the problem?
I have Prometheus RADUpload on a different page and it works fine (I setup the application for AJAX), I have other "Ajaxified" grids (Infragistics) on other pages in the same application and all work fine except RadGrid.
What am I doing wrong?
WinXP Pro, VS2005, IIS on localhost
Thanks,
Jakub
When I try to acces the page I get following error:
Microsoft JScript runtime error: 'Sys.WebForms.PageRequestManager' is null or not an object
Processing breaks on this statement
var _5=Sys.WebForms.PageRequestManager.getInstance();
in the ScriptResource.axdWhat is the problem?
I have Prometheus RADUpload on a different page and it works fine (I setup the application for AJAX), I have other "Ajaxified" grids (Infragistics) on other pages in the same application and all work fine except RadGrid.
What am I doing wrong?
WinXP Pro, VS2005, IIS on localhost
Thanks,
Jakub