Hi.
I have a typed dataset full of data. I filter this dataset with a Dataview. In this Dataview, I make some changes, and after this I make a new dataset containing this changes using getchanges on the typed dataset. When I want to display this dataset containg only the changes made to the typed dataset in a DataGrid, it display all data exept the first row. Why???
Plz help before I go insane.