I have a datagrid in my windows app that I need to set the background of certain rows that are flagged when the datagrid loads.
To clarify a little better: there are certain rows (not alternative rows) that I want to display with a different background color so that the user will know that those rows have had corrections made to them.
How do I set the background color for these rows when the datagrid is loaded?
To clarify a little better: there are certain rows (not alternative rows) that I want to display with a different background color so that the user will know that those rows have had corrections made to them.
How do I set the background color for these rows when the datagrid is loaded?