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
635
Multibinding example
posted

Hi,

Is there an example of the Xaml syntax for a multibinding valueconverter for an UnboundColumn or TextColumn for XamGrid?

 

Thanks

Parents
No Data
Reply
  • 30945
    Offline posted

    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

    MultiBindingONUnboundColumn.zip
Children