I have a webhierarchicaldatagrid and it is working fine on my local machine but after I deploy it on server it is not expanding the child grids.
It gives Invalid Argument and when I debug it, the error comes in ScriptResource.axd file on line:
this._request.open(this._manager.getHttpVerb(), this._manager.getUrl(), this._async);
In Mozilla it works on some versions but gives out this error on other versions. It is not even expanding the child grids with IE. Can someone please suggest what could be the problem.
Hello ,
Thank you for posting in our forums.
What is the OS of your server?
I guess that it could be Windows 2003 which is not supported and sometimes JS errors occur using it
Please refer to the supported enviroments page.
http://ko.infragistics.com/support/supported-environments.aspx#SupportedEnvironments
Hope hearing from you.
I am using SQL Server 2008 R2 and it works locally on IE but not on remote server.