I am using a RadGridView with a bound QueryableCollectionView.
Virtualization is enabled
Anytime I scroll through the grid, memory usage of the application goes up and up and up, and never comes back down, even after forcing calls to GC.Collect(). Am I missing something here or is there some issue with scrolling through a QueryableCollectionView?
Thanks,
Brandon
Virtualization is enabled
Anytime I scroll through the grid, memory usage of the application goes up and up and up, and never comes back down, even after forcing calls to GC.Collect(). Am I missing something here or is there some issue with scrolling through a QueryableCollectionView?
Thanks,
Brandon