views:

191

answers:

1
A: 

Not sure what can be causing that, but have you tried calling Invalidate()?

You can try this.gridView1.Invalidate() or this.InvalidateRow(rowIndex).

BFree