Hi everyone!
I was wondering if I could force xamDataGrid to rebind only one record (or a set of records)?
Here's what I do: The grid is used only for displaying data (data is retrieved from a remote database). Sometimes some outer actions cause minor changes in DB. And my application receives those changes, i.e. I know exactly what DataRows have been changed. But I have to rebind the whole grid for the changes to appear. And also, I lose current selection in the grid after rebind.
So, how can I rebind (edit) specific row in the xamDataGrid?
Thanks
Thank you for the answer.
I'll try to use this information. Too bad the generated in VS typed datasets don't implement those interfaces.