AD
Administrator
Syncfusion Team
June 9, 2004 02:45 PM UTC
Instead of calling grid.Refresh, try calling grid.RefreshRange(grid.ViewLayout.VisibleCellsRange, true);
The second argument equal true should force the currentcell to refresh.
LP
Lee Perkins
June 9, 2004 03:22 PM UTC
Thank you. That was exactly what I needed. :) The object model (just on the GDBG!) is so vast it''s sometimes easy to get lost when learning it. I can''t believe how "all encompassing" it is. :)
-----
Lee Perkins