1
Answer

DataGrid Binding async

Ayappan A

Ayappan A

4y
553
1
Hi All,
   
      I am using mvvm . i want to bind my datagrid with 10000+ records.i am getting this record from database oracle.
 DataGrid item source is in constructor so window takes more time to load the ui.
So i want to load the ui then slowly update my datagrid .
How to achive it .
 
Thanks in advance
 
Answers (1)