EndUpdate;
The EndUpdate method disables the mode, which prohibits table rerendering.
After the method is called, table rerendering is resumed, and all made changes are applied. The method is used together with the BeginUpdate method.
The property use is given in the example for IDataGridView.BeginUpdate.
See also: