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.
Hello laxmanrawat,
here is a link from our online documentation that will help you to understand how to bind a XamGrid to ObservableCollection<T>
http://help.infragistics.com/NetAdvantage/Silverlight/2010.2/CLR4.0/?page=SL_xamGrid_Data_Binding.html
Hope that helps ,
regards Nikola.
It didn't fix my problem. Please see the text in bold
3rd column of the grid is Description which is the property of CustomDto