Hey,
I have a XamDataGrid, that displays a SQL-Table via a DataTable. Multiple users work on this table, so each of them can insert new rows.
Because of that I need to update my DataTable after each RecordUpdate.The problem is, that after the DataTable is refilled, the selection from before isn't selected anymore.
I cant select a row by the index, cause it can happen another user added a row, so the index of the row is not the same anymore.
IS there a way to select a row by the Identity in the ID-Column? Or any other way to select a row beside of the index.