datagrid column custom check mark
- by Berryl
I want a read only column bound to a boolean that shows a check mark image when true and nothing when false.
The problem is the false value; I just want to show whatever the background of the datagrid is, but I don't see how to clear the image source.
What should the Value of the image source be to do this?
Cheers,
Berryl
…