views:

27

answers:

0

Hi All,

I'm getting a List as a result from my webservice. I need to bind it to an ObservableCollection and then bind the ObservableCollection to a DataGrid

This is my coding.

ObservableCollection<SubTotals> ds = new ObservableCollection<SubTotals>(e.Result);

but I'm getting an error. Can anyone ple help me out. Thank you.