Not sure what can be causing that, but have you tried calling Invalidate()?
You can try this.gridView1.Invalidate() or this.InvalidateRow(rowIndex).
BFree
2009-03-24 14:45:34
Not sure what can be causing that, but have you tried calling Invalidate()?
You can try this.gridView1.Invalidate() or this.InvalidateRow(rowIndex).