hi,
As the startup of my application takes a long time, I'm profiling it (with visual studio performance analysis tool).
At the startup I'm creating a grid, and I can see that the "EndInit()" then "SynchGridBackColor" is taking a long time (see attached screenshot)
Could you help me with this ?
Thanks
Verane.
This sort of thing is extremely difficult for us to analyze without a sample project or at the very least steps to reproduce.
Just as a wild guess, I'd say SynchBackColor itself probably isn't the issue. It's probably just that this method triggers the first time the grid is painting. It might also be triggering the JITting of the assembly.
Have you checked out the WinGrid Performance Guide?
Hi,
I'm just following up on this. Were you able to improve the performance? Did the WinGrid performance guide help?
If not, perhaps you could post a small sample project demonstrating the behavior you are getting and we would be happy to take a look.