AD
Administrator
Syncfusion Team
June 1, 2005 07:52 PM UTC
Is there a call to grid.BeginUpdate that has not be closed off by a call to grid.EndUpdate. If so, this may affect the grid doing its grid.RowHeights.ResizeToFit code. You can check this by testing grid.Updating before your ResizeToFit call.
Another thing to try is between where youhave set teh font and where you call ResizeToFit, try calling grid.ResetVolatileData to see if that will affect this program.
If you can upload a sample showing the problem, we can try to spot the problem here.
AD
Administrator
Syncfusion Team
June 1, 2005 09:10 PM UTC
Thanks Clay,
grid.ResetVolatileData() fixed the issue.
Per
>Is there a call to grid.BeginUpdate that has not be closed off by a call to grid.EndUpdate. If so, this may affect the grid doing its grid.RowHeights.ResizeToFit code. You can check this by testing grid.Updating before your ResizeToFit call.
>
>Another thing to try is between where youhave set teh font and where you call ResizeToFit, try calling grid.ResetVolatileData to see if that will affect this program.
>
>If you can upload a sample showing the problem, we can try to spot the problem here.