I'm using a datagrid with rowdetails with it's ItemsSource bound to an AsynchronousVirtualizingCollection based on this project by Paul McClean . Using Windows 7, .Net Framework 4.5 I had trouble when selecting rows in the grid, the entire collection was being fetched when it was not necessary. I found a solution to this problem using a datawrapper as described in this project . This worked fine for me. Now I upgraded my system to Windows 10, still using the same framework. The selection still works fine but when i want to show the row details, the entire collection is being fetched again. This doesn't happen on a Windows 7 system. Has anyone encountered the same problems or does anyone have an explanation why it works on Windows 7 and not on Windows 10? Thank you
Asked
Active
Viewed 106 times