I have a windows forms application, currently with a datagrid, that I would like to dynamically change the background color on a row by row basis based off of values in child rows. Parent rows are customer based, and the child rows are order based. If order > x, then set background color to red. If order>y, then set background color to yellow. I would prefer to do all this when the datagrid is loaded, but I cannot find a way to get this to work. Any help would be greatly appreciated.
Keep in mind that this is in regards to a windows forms app, and not asp or .aspx.
Keep in mind that this is in regards to a windows forms app, and not asp or .aspx.
Comment