UnboundField has a BindingPath. Is there a way to use this for multibinding? I am using a xamDataGrid that has 6 fields: each field requires a multibinding converter.
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can suggest you set the UnboundField’s Binding Property like this:
<igDP:UnboundField> <igDP:UnboundField.Binding> <MultiBinding > <Binding /> <Binding /> </MultiBinding> </igDP:UnboundField.Binding> </igDP:UnboundField>
If you want to use Multibinding. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.