Re: DataSet / DataTable / Row selection by Sébastien
Sébastien
Thu Feb 05 12:33:16 CST 2004
I'll try it, but I don't think it will be the real solution since I use a
DataViewManager to sort my list (so the new row I add could be somewhere
else that on the last line).
But I'll try to set the bindingcontaxt of my DataSet instead
DataSet.DefaultViewManager and see if it works.
Thank you for your help.
"Cor" <non@non.com> a écrit dans le message de
news:uPfwrVB7DHA.360@TK2MSFTNGP12.phx.gbl...
> Hi Sebastian,
>
> Than it is in my opinion
> \\
> CType(BindingContext(ds.Tables(0)),
> CurrencyManager).position=ds.Tables(0).rows.count-1
> //
> I hope that was the solution?
>
> Cor
>
>