i have data grid that binding to a list.
AutoGenerateColumns="False"
one DataGridTextColumn is set bind to bollean var.
the text is False or True.
how do i change it to "Yes"/"NO" or to picture?
if its easier can be from the code behind.
thanks.
i have data grid that binding to a list.
AutoGenerateColumns="False"
one DataGridTextColumn is set bind to bollean var.
the text is False or True.
how do i change it to "Yes"/"NO" or to picture?
if its easier can be from the code behind.
thanks.