Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Red X
posted

I am a developer for a sales application for a medical product distributor.

The sales application uses WinGrid from Infragistics version v2.00.5000 and v3.

Sales reps (800+) are reporting the Red X problem.

I read all the posts on this forum related to Red X and the claims as to why it occurs.

My sales application DOES NOT DO ANY BACKGROUND THREAD UPDATING OF grids!!!

Yet the Red X problem shows up now and then and I am unable to reproduce it.

It seems intermittent and unpredictable.

The sales reps hate it because they stand to loose data when this happens.

I am taking flack for this from upper management.

IS THERE A KNOWN RESOLUTION TO THIS PROBLEM???

Is INFRAGISTICS prepared to help us resolve this problem?

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    PSSDDev said:
    The sales application uses WinGrid from Infragistics version v2.00.5000 and v3.

    I'm not sure what this means. That is not a version of NetAdvantage that I am familiar with. Our version numbers use a format like 9.1.20091.1000. So there is no V2.00.5000 of Infragistics NetAdvantage. Can you tell me exactly what version of the assemblies you are using? Do you have the latest Hot Fix?

    PSSDDev said:
    My sales application DOES NOT DO ANY BACKGROUND THREAD UPDATING OF grids!!!

    Does your application use any threading at all? It's not just the updating of the grid on another thread that can cause an issue like this. It's also very easy to inadvertently use a thread to affect something that may affect the BindingManager or the data source.

    The fact that the problem is not reproducible and that it happens seemingly at random is a strong indication that there is some kind of threading issue occurring, although this is not a certainty.

    PSSDDev said:

    IS THERE A KNOWN RESOLUTION TO THIS PROBLEM???

    Is INFRAGISTICS prepared to help us resolve this problem?

    The red X usually indicates that an exception occurred during the painting of the grid. This is commonly caused by threading issues, but there have been some known bugs that caused the same kind of error in the past. So my first recommendation would be to make sure you have the latest Hot Fix.

    If that does not help, then we would need more information to track down the issue. When the error occurs are you able to get a call stack? Is there any more information in the error message?

Children