Hello,

I have 3 rows in a DataTable and I delete first row.
What is the current position in DataTable (not in CurrencyManager) ? I know
that is 1 (0 in CurrencyManager) but how can I find this with my code?
For now I use - DataTable.DefaultView[CurrencyManager.Possition] - but I
need
to know if exists other way to find the current position in DataTable and
not with DefaultView.

Thanks in advance

Dan