Hi,
Is it possible to format cell based on the values of another cell ? I know I can specify StyleScope=Row to apply rule to all cells of the row.
Thanks,
Ed
Hello Sentil,
Thank you for your post. I have created a sample application(XamGridCustomConditionalFormat.zip) that shows the desired functionality. The background of the cells in the first columns depends on the value of the cells in the second one.
If you need any further assistance on this matter, feel free to ask.
Yanko,
Thank you for the sample. As far as I understand, there is no XAML-only solution for such type of conditional formatting, correct ?
Thank you very much for the sample, it resolved my problem.
Hello Ed,
I am just checking if you require any further assistance on the matter.
Thank you for your feedback. I have been looking into your question and another approach that I can suggest you is to define a style for the ‘CellControl’ and set the ‘Background’ property using converter. I am attaching a sample application(CustomConditionalFormatConverter.zip) that shows this approach.