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
95
XamGrid Binding to the Tag Field of a Column
posted

<ig:ImageColumn Key="CheckedImagePath" HeaderText="Check" Tag="{Binding Checked}" />

How do I do something like this where I need to bind an extra piece of information to the column?

Parents
No Data
Reply
  • 530
    Offline posted

    Hello Anthony,

    You need to define the bound data as a StaticResource as the column does not participate in DataContext inheritance. There is a forum post that discusses the same type of question and you may want to refer to.

    https://www.infragistics.com/community/forums/p/51302/268491.aspx#268491

    If you have any question with this, please let me know.

    Best regards,
    Yuki Mita
    Developer Support Engineer
    Infragistics Inc.
    www.infragistics.com/support

Children
No Data