Cor,
I see what you're getting at, but I'm not quite sure how to do this.
The DataBoundItem property for the new row is apprently "Nothing." So I
get a NullReferenceException if I try to set any values. It's as if the
new row hasn't "registered" yet.
Thanks,
-Dan
On Jan 23, 9:22 pm, "Cor Ligthert [MVP]" <notmyfirstn...@planet.nl>
wrote:
> Daniel,
>
[quoted text clipped - 21 lines]
>
> > -Dan
Daniel Manes - 24 Jan 2007 06:28 GMT
Okay, well if I use the DataSource property for the DataGridView, then
I can access the DataRowView for the row and set the values. But it
doesn't solve my problem. If I click or tab away from the form, it
still clears the row.
Any other ideas?
-Dan
> Cor,
>
[quoted text clipped - 35 lines]
>
> > > -Dan