Hi,
Is there an example of the Xaml syntax for a multibinding valueconverter for an UnboundColumn or TextColumn for XamGrid?
Thanks
Hello Murray,
Thank you for your post. I have been looking into it and if I understand correctly, you wish to display the values of multiple properties of your data items in one column. If this is correct, I can suggest using an UnboundColumn and using its ItemTemplate to display several of the properties of your data. The DataContext of the ItemTemplate is an UnboundColumnDataContext object, which has property called RowData, that corresponds to the object of the Row and you can use it in order to get the data that you need. I have created a sample application for you, that shows how you can implement the approach I have described.
Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Krasimir,
Sorry didn't make myself clear. All Iwant to be able to do is to call an iMultiValueConverter for a column I'm adding to a grid from a hierarchical obejct set. I've no probelm with calling iValueconverter for single values but don't know the syntax in a Xamgrid to call an iMultiValueConvertor.
Jim