Instead of trying to add rows to the DGV, since your grid is assumably tied
to a data source, you should add the row to your data source so that the DGV
can do its own updating.
craig.wenger@gmail.com - 29 Nov 2007 19:31 GMT
> Instead of trying to add rows to the DGV, since your grid is assumably tied
> to a data source, you should add the row to your data source so that the DGV
> can do its own updating.
I am actually *not* using databinding to my DGV in this case, for
maximum flexibility.