Grid view - highlight row

Key thing to keep in mind that standard .net functionality exists in Epicor so Google is your best friend when trying to figure out how to manipulate Epi Controls.

This link http://msdn.microsoft.com/en-us/library/bb288030.aspx shows how to do it on the basic grid which should also work on Epi control. 

This link shows how to do it on the Infragistics control which the Epi control is based on.
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/HTML/WinGrid_Handle_Filtered_Rows_Using_Filter_Actions.html

I believe the Epicor education materials on customization also has an example of how to do this that might be even simpler. 

Jim Kinneman
Encompass Solutions, Inc
What would a sample syntax be to highlight a row in a grid view based on the value of a field?  We are trying to pull in data into a grid view but want to highlight certain rows that meets a conditional value.