Click here to Skip to main content
15,886,724 members

Comments by itsgkiran (Top 2 by date)

itsgkiran 24-Jun-14 10:28am View    
Thanks for the reply, Yes, It is Observable Collection with NotifyPropertyChanged. I am getting main problem with Enterprise library, it is taking too much time to read the elements from reader and add it to list.

Kiran
itsgkiran 24-Jun-14 10:23am View    
Thank you all for your suggestions. As Wes Aday said it is pretty much high but that's the requirement i got, I suggested Paging also they don't want that. So, I will try with Data Visualization if not will go for Paging only. I have two doubts,

1. If i want to add records to DataGrid after scroll reaches to end, How Can i do that ?
2. I am using Enterprise Library for Data access layer is there any best alternative for this in terms of performance.