Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
silverlight Infragistics Grid binding to ObservableCollection
posted

Here what I need to do:

I have a ObservableCollection collection say

ObservableCollection<Myclass>. where MyClass has properties

Name,Id and CustomDto.

I want to bind this ObservableCollection to the grid where  I will have 3 columns for Name , Id and

Description where the description from my CustomDto.

 

Any help will be appreciated.

 

Parents Reply Children
No Data