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
733
UnboundColumnDataContext empty
posted

I have a valueconverter attached to an unbound column in a xamwebgrid.  When i debug the valueconverter, the UnboundColumnDataContext.RowData and Value are both nothing.  Here is the Xaml.  Maybe I have not set this up correctly:

<ig:UnboundColumn  Key="Attachment" HeaderText=""  IsSummable="False" ValueConverter="{StaticResource TransactionAttachment}">                  
    <ig:UnboundColumn.ItemTemplate>
        <DataTemplate>
            <Image Stretch="Fill" Width="16" Height="16"  Source="{Binding RowData}" />
        </DataTemplate>
    </ig:UnboundColumn.ItemTemplate>
</ig:UnboundColumn>

Parents
Reply Children
No Data