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,
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.
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