Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1890
Setting Selected Records
posted

I have a scenerio where the user will select records in the datagrid and click a button which will refresh the datarid and add more records. When the user refreshes the datagrid I need to reselect the records. I was able to implement it using a converter to do this. When I click a record the selections are gone however once I scroll up and down ths datagrid the selections reappear. The converter is triggered when I scroll up and down the datagrid. Is there a way to stop the converter from reselecting on scrolling?

Attached is a sample project to demostrate

PreSelectRecords.zip