Hi,
I was wondering whether you could tell me why this code doesnt work or rather how to get it to work
private
{
GridView
string
if (Convert.ToInt32(category) >= 10)
{
e.Appearance.BackColor = Color.SeaShell;
e.Appearance.BackColor2 =
Color.Red;category = View.GetRowCellDisplayText(e.RowHandle, View.Columns["Creditamount"]);View = sender as GridView;void gridView1_RowStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowStyleEventArgs e)