How do I assign a observableCollection<T>
into a EntitySet<T>
?
Asked
Active
Viewed 854 times
1

Johnny
- 1,555
- 3
- 14
- 23
-
4Have you tried using the same approach as for your nearly identical question yesterday? http://stackoverflow.com/questions/2848680 – Jon Skeet May 18 '10 at 07:03
-
Yes I did but the problem is when ever I add each item using foreach loop it doesn't update my Datagrid. – Johnny May 18 '10 at 07:37