Re: Saving data in the DataGrid by Henrik
Henrik
Thu Feb 02 10:00:38 CST 2006
Hi Kevin,
Thank you very much. I will use the CurrentChanged event.
Thanks Henrik
"Kevin Yu [MSFT]" <v-kevy@online.microsoft.com> wrote in message
news:M$EaNP6JGHA.3764@TK2MSFTNGXA02.phx.gbl...
> Hi Henrik,
>
> How do y ou bind the DataGridView to the data source? Are you binding to a
> DataSet directly, or binding to a BindingSource object?
>
> If using a BindingSource, you can just handle the CurrentChanged or
> PositionChanged event.
>
> If you're binding to a DataSet object, please get the CurrencyManager and
> handle the CurrentChanged or PositionChanged event of that
> CurrencyManager.
>
> HTH.
>
> Kevin Yu
> =======
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
>