Bound UltraGrid values are not being displayed or getting cl

Posted by jquerijero on 01-Jul-2009 16:07

Anyone else having this issue? The values are there just not shown immediately. When you move the mouse over the grid the values will start showing (pretty much anything that can cause a repaint). The grid display is also getting cleared after closing a message box.

All Replies

Posted by Steve Croff on 01-Jul-2009 16:53

Yes, I have seen this behavior also.  In my case the grid was not displaying rows correctly after re-opening the query that was attached to the binding source for the grid.  This was resolved for me by adding a Grid:Refresh() method after re-opening the query.

Posted by Admin on 01-Jul-2009 17:34

I usually see this when running code in debugger mode.

Posted by jquerijero on 01-Jul-2009 17:45

My problem is unfortunately not only during initial fetch but also when resizing, and occasionally when switching windows.

Posted by rbf on 02-Jul-2009 02:45

jquerijero wrote:

The grid display is also getting cleared after closing a message box.

There are certainly repaint issues when using .NET in combination with message boxes.

Has a bug been logged for that by anyone?

Posted by Roger Blanchard on 02-Jul-2009 09:16

Peter,

I spoke with TS regarding this and I believe this has been resolved in 10.2B. To get around this I used THIS-OBJECT:gridItem:Refresh()

This thread is closed