0

I have an ObservableCollection:

var lstSchedulDetailRecordsOfUser =
    new System.Collections.ObjectModel.ObservableCollection<Scheduler.OpenOffice.SchedulerServiceRef.ScheduleDetailsRef>();
 lstSchedulDetailRecordsOfUser = e.Result;

I need to iterate through each row of this list and for each column of the row, I need to add a button on the XAML file. How can I do that?

Jeff Yates
  • 61,417
  • 20
  • 137
  • 189
  • 1
    What xaml file? I don't see any xaml in your question. Columns? are you using a DataGrid? More detail required. – AnthonyWJones Sep 08 '11 at 15:46
  • possible duplicate of [ObservableCollection in Silverlight](http://stackoverflow.com/questions/7350415/observablecollection-in-silverlight) – luvieere Sep 08 '11 at 22:53

0 Answers0