Hi All.
I have ListView with followig column:
<GridViewColumn Header="Check" CellTemplate="{StaticResource Check}" Width="35" /><GridViewColumn Header="Date" DisplayMemberBinding="{Binding Path=Date}" Width="85" />
First column is bit type data and if value is True the image is diplayed if False doesn't.
Second column is date type data binding to date field.
Is it posible to concatinate those columns in one? If yes, how it to do? I will appreaciate for sample.
Thanks.