private
{
GridView View = sender as GridView;
if (e.RowHandle >= 0)
string category = View.GetRowCellDisplayText(e.RowHandle, View.Columns["Creditamount"]);
if (category == "Creditamount")
e.Appearance.BackColor =
}
But when i load my program the grid control just stays the same colour.
Hope you can help
Thanks
Anthony