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
840
Multibinding in UnboundField
posted

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.

  • 138253
    Offline posted

    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.

  • 138253
    Offline posted

    Hello,

     

    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.