G Guest Jul 25, 2005 #1 Is there a way to change the font color in a specific row in a datagrid. I know who to identify the specific row.
Is there a way to change the font color in a specific row in a datagrid. I know who to identify the specific row.
P Peter van der Goes Jul 25, 2005 #2 Connull said: Is there a way to change the font color in a specific row in a datagrid. I know who to identify the specific row. Click to expand... Assuming your are talking about the System.Windows.Forms.DataGrid class, investigate the SelectionBackColor property. http://msdn.microsoft.com/library/d...formsdatagridclassselectionbackcolortopic.asp
Connull said: Is there a way to change the font color in a specific row in a datagrid. I know who to identify the specific row. Click to expand... Assuming your are talking about the System.Windows.Forms.DataGrid class, investigate the SelectionBackColor property. http://msdn.microsoft.com/library/d...formsdatagridclassselectionbackcolortopic.asp