AD
Administrator
Syncfusion Team
August 20, 2008 07:26 AM UTC
After changing the values in your grid, try this code:
GridControl.UnloadArrangedCells();
GridControl.RenderedCellVisuals.RemoveRows(0, int.MaxValue, null);
GridControl.InvalidateVisual(true);
SU
subindev
August 20, 2008 08:46 AM UTC
Thanks a lot Clay........
It works.......
I really appreciate the quick response from your part.