Dear All,
When I scroll right and the ultragrid becomes very ugly, is there any improvement for below screen??
Hi,
Well, something is obviously wrong there. But it's hard to tell you how to fix it without knowing what is causing it.
It looks like something is interfering with the grid's ability to paint itself.
Are you using a DrawFilter or a CreationFilter on this grid?
Are you calling the BeginUpdate method on the grid anywhere in your code?
In Design time, also the same problem.
Hm, I've never seen anything like that at design-time that I can recall.
Is the grid directly on the form or is it embedded in a UserControl or some other Control class?
Is this a regular UltraWinGrid, or are you deriving your own class from the UltraGrid class?
What version of the grid are you using?
What version of Visual Studio are you using?
Does this problem occur in more than one application? Does it happen in any of the samples?
Can you reproduce this on more than one machine?