Hi,
I am working on a .net based windows application. I have an ultragrid, which has been coded to be populate (corresponding to a particular check) in a tab activation. The thing is, that the functionality is working fine while debugging/running the code in local machine. However, once the same code is deployed on the server, we are trying to test this functionality after installing the deployed application but the grid doesn't get populated for the same record.
We have double checked the data/code, there was no issue in deployment as well, since all the other functionalities were working fine. Are you able to think of a reason for such anomaly?
Hello Harshit,
If you can see the grid on the screen and it's displaying something, like a header, then the grid is distributed correctly and it's not a grid problem.
Most likely, the client machine is simply unable to access the data for some reason. Could be permissions or something in the connection string. If that's the case, you could test that very easily. Just bind some other control, like the Inbox grid or even a ListBox or a Text box to the same data source. If those controls also show no data, then that verifies that the problem is with the data access and not the grid.
You can also check if there is any error message coming in the console or in the browser.
Please let me know if you need further assistance on this matter.
Hi Divya,
Yes, I am using a windows application. We have implemented an Ultragrid and we want to populate it according to the data present in database. It would not be possible to provide a sample application as the issue is quite unusual. The functionality of grid population is working perfectly fine in our code while debugging. However, when the code is deployed on the server and when we are installing the application in an external system after deployment, that grid does not populates.
To deploy the application, we published the code in local machine and then paste the published files in server in appropriate application.
Is there something with infragistics ultragrid, which might be missing in the server but working fine in local machine? I understand that the scenario is strange and I don't think that it might have something to do with the infragistics, but I am checking just in case.
Thanks,Harshit
Thank you for posting to our forum.
I am little confuse with the description you have provided for the control and its deployment.
In order to understand the issue correctly please provide further information:
May I know which product you are using?Are you using desktop application (UltraGrid) or web application?May I know how did you deploy the application on sever?Can you provide the sample application or some code of the control to reproduce the scenario at our environment for further investigation?
Looking forward to hearing you back.