Hi,
I need to show a border around the cell when a certain condition meets a criteria, is this is possible? Using ConditionalFormattingCellControl.BackgroundProperty, I see I can set background colors via various brushes, but how can I create border around a cell? Any ideas?
Thanks
Please note I am using TextColumn and I am showing a "number" (Double type) on such column with custom formatting (FormatString) so only few decimal precision could be rendered on this column. Can I use template column in such case where if a condition meets it shows a border keeping the format string working?