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