Hi,
I want to change the foreground color of the row when it is selected.(Its black under normal circumstances and needs to be changed to white when the row is selected)
I could not find any way to do this. I was able to set the background color but could not really set the foreground color. Can you provide me a way to do this.
Thanks,
The following post explains what needs to be done.
https://es.infragistics.com/community/forums/f/retired-products-and-controls/37280/how-do-you-change-the-selectedrows-style-in-a-silverlight-grid/216242#216242
The CellControl uses visual states to handle selection / activation / hover. So you would need to retemplate the CellControl to include what you would want.