AD
Administrator
Syncfusion Team
June 24, 2005 08:16 AM UTC
You are using a GridControl, and not a GridDataBoundGrid, correct?
After changing the rowcount or colcount, make sure you call grid.ResetVolatileData. The row/col counts can be cached for preformance considerations. In order to make sure teh grid resets any cached values, you need to call ResetVolatileData.
Maybe this is why your application does not know about you changing the colcount.
AD
Administrator
Syncfusion Team
June 28, 2005 01:44 PM UTC
The problem was the GridControl.ReadOnly flag set to True.