Dear all,
When sometimes the ultragrid show below, I am doing refreshing data. Do you know why? How to solve? any help?
Hello rchiu5hk,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Besides answering Mike's questions, could you please let me know when exactly does this happen? Also, do you use CreationFilter? If you could provide a sample project which reproduces the issue, I will be happy to take a look at you and assist you further on that matter.
Hi,
This big red X means that an exception occurred while painting the grid. I can't see the call stack, so it's tough to guess what might be happening here.
But the most common reason for a crash like this is that your application is using multiple threads and the data is not properly marshalled across those threads, so things get out of synch.