Can you please explain how? I use this:
Dim cm As CurrencyManager = CType(BindingContext(_codenumbersOverzicht), CurrencyManager)
Dim codenumberId As Integer = CType(cm.List, DataView).Table.Rows(cm.Position).Item(0)
It works great... when sorting isn't applied... when I click to sort on a column, it goes wrong...
Thanks!