Hello
A quick question: given a xamGrid filled with textblocks of data, is it possible to hightlight certain cells based on given row index and cell index? Something like giving them another foreground or background? In some cases row index might point to a non-visible row, but that is another discussion and I'm only concerned about actually re-rendering the specific cells.
Thanks
Hi,
You can set the Style property of the cell that you want to highlight if you want to highlight cells in different columns (like in the attached sample) or the conditional formatting feature of the XamGrid if you want to highlight cells in sa single column based on a predefined rule.
HTH,
Sorry, my bad. I was setting foreground color only in the style and empty cells looked like nothing was happening. It's all good :)