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.
Hello mmegha,
Thank you for the update.
I am not able to reproduce the issue using the online samples and the latest service release (11.1.20111.2064)
http://samples.infragistics.com/aspnet/Samples/WebHierarchicalDataGrid/EditAndSelection/Activation/Default.aspx?cn=hierarchical-data-grid&sid=93e9aa5a-39d3-46d4-af1e-480047a043f8
Can you please send us isolated sample which can use in order to encounter the behavior?
Hi,
I have created a sample solution with one webhierarchicaldatagrid having three levels. I have also deployed it on the server and if I run my solution on server with IE or Mozilla giving url : https://server_name/solution_name, then the in-built row expand function is not working. However if I run with url: https://server_name/solution_name/default_page.aspx then everything seems to be working fine.
Can you please have a look at my sample and let me know if I am missing anything so is this the way to run the website.
Thanks,
Megha
Hello Megha,
Thank you for the update and the sample provided.
I was not able to reproduce the issue using IE9 on the server.
Are you able to run fiddler to check for the http response being returned for the JavaScript resources?
No, I have not tried that. If possible can you please tell me the steps to deploy a web application on IIS. I manually copied my solution and created a website pointing to that. So, I face few problems if I use https:\\server-name\webapplication, but if I use https:\\server-name\webapplication\default.aspx, then the row expand feature is working. Can you please clarify that.
Thank you for the follow up.
Please refer to the Deployment section from the online help:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2?page=Web_Deploying_Your_Application.html
Regarding the issue with the Default.aspx . If the same is set as default page of the application I cannot explain why this behavior occurs.