If you do bulk changes in iGrid cells, wrap your code snippet with the iGrid.BeginUpdate() and iGrid.EndUpdate() method calls. The BeginUpdate() method disables screen update after every cell change, which may enhance the performance of your code dramatically.