I am trying to change the forecolor of selected rows in a data grid. Can someone tell me how do I do it?
Printable View
I am trying to change the forecolor of selected rows in a data grid. Can someone tell me how do I do it?
Hello,
You can try this. Assign the values to these two properties of the DataGrid.
SelectionBackColor() and SelectionForeColor()
You can assign the values at the design time or run time.
Regards,
:cool: