I\'m adding a new Row to a BindingSource that is Bound to a DataGridView
source.AddNew();
After this, use BindingSource to get the newly ad
Is it possible? I would say yes.
yes
Here's an aricle related to it: DataGridView and BindingSource (on Joel's Forum)