Hi,
in my xamgrid i have several columns. One of them contains some ConditionalFormat settings. I would like to apply the style (the background and altbackground color) of the whole row and not just of the single cell control. How is this done?
Thanks
You can change the StyleScope of your conditional formatting rule to Row. When the StyleScope is Row the formatting is applied on all cell in the Row.
HTH