Click here to Skip to main content
15,900,553 members

Comments by Member 15691986 (Top 2 by date)

Member 15691986 1-Sep-22 14:33pm View    
The loading large data isn't the problem here because i loading the data in background thread.. as you can see in the example code, the problem is case of raising events of OnPropertyChanged ("Count" and "Items[]") that notify to the datagrid to render..
Member 15691986 1-Sep-22 10:00am View    
the data is captured in a background thred, on main thread i raise OnPropertyChanged and CollectionChanged.Reset only...
I've added a full example