Hi all,

I´ve seen around there, that many people have problems forcing the
datagrid control to flush the changes to the DataSet.

To do so, you only have to invoke the CurrencyManager.EndCurrentEdit()
method.

At least this worked for me.

Re: DataGrid flushing changes to DataSet. by Miha

Miha
Fri Jan 23 03:16:29 CST 2004

Yeah, either that or change CurrencyManager.Position.

--
Miha Markic - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

"Inaki" <iayucar@yahoo.com> wrote in message
news:7a019fb3.0401230011.72de3498@posting.google.com...
> Hi all,
>
> I´ve seen around there, that many people have problems forcing the
> datagrid control to flush the changes to the DataSet.
>
> To do so, you only have to invoke the CurrencyManager.EndCurrentEdit()
> method.
>
> At least this worked for me.