Hi,
I have a new requirement on the data grid and I have no idea how to implement it:
1.each row view model will have a list of another type(ChannelType) which contains name property and this list may defferent between rows
2. I want to show the name of ChannelType as a column, that means each row will have as many columns as the total count of the ChannelTypes with different names. For example, from the sample application, I would like to have Channel1~Channel7 as additional columns and the value of the column is the Id of it(since I didn't provide a value property).
Is this possible? If this possible, could you please change the sample applicatin and send it to me?
Thank you very much!
Hello lma,
I have been looking into your questions and I am not sure that I understand what is the exact functionality that you are trying to achieve. Currently you can generate the XamDataGrid columns dynamically based on a list from your custom type following the approach shown in the following forum thread:
http://ko.infragistics.com/community/forums/t/71261.aspx
In case I misunderstand you in any way please provide me with a screenshot of the design that you are trying to achieve.
Thanks in advance.
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.