jerrykur

Hi,

I need to add some columns to my table so that I can use the maskededitcolumn control. I am doing this is the DataBindingComplete event handler. Is this the proper place

A second question is I have noticed that the DataBindingComplete event gets called many times. Can someone define under what conditions DataBindingCompleted is fired

Thanks,

Jerry



Re: Windows Forms Data Controls and Databinding Is DataBindingComplete the proper place to add user columns

Zhi-Xin Ye - MSFT

Add your custom column into the DataGridView in the Form_Load event.
For more information about DataBindingComplete event see this: DataBindingComplete