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