Home - Forums-.NET - FlyGrid.Net (Windows Forms) - BeginUpdate versus BeginInit

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

BeginUpdate versus BeginInit
Link Posted: 03-Sep-2007 22:32
When should one use BeginUpdate() as opposed to BeginInit(). The documentation is very thin regarding this yet it seems to have a significant effect on grid performance.
Link Posted: 04-Sep-2007 03:08
Could you please clarify what particular class with these methods you meant?

So far I can say the difference is that BeginInit/EndInit is used by .NET environments to prevent control interaction until it is completely initialized.

You should probably use the BeginUpdate/EndUpdate in your case.

Thanks.