DataGrid.ItemsSource
Posted: Fri Nov 13, 2015 2:50 am
I am using DataGrid.ItemsSource to set the items of a data grid.
This works fine for ItemsSource.Count < 10.
If I am trying to load a larger amount of items like ItemsSource.Count > 10 UI blocking is really unsatisfying.
Is there any way to do it in background in order to improve the performance?
This works fine for ItemsSource.Count < 10.
If I am trying to load a larger amount of items like ItemsSource.Count > 10 UI blocking is really unsatisfying.
Is there any way to do it in background in order to improve the performance?