BeginUpdate Method (C1FlexGridClassic)
Maintains performance by preventing the control from updating itself until the
C1.Win.C1FlexGrid.C1FlexGridBase.EndUpdate method is called.
The code below shows how to add a large number of rows to the grid efficiently. Note how the
C1.Win.C1FlexGrid.C1FlexGridBase.EndUpdate method is called inside a 'finally' block to ensure repainting is properly restored.