Anthony Clarke

Anthony Clarke

  • NA
  • 127
  • 0

Please Help - Really Easy For You Guys - String incorrect Format

Jun 7 2011 9:46 AM
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)

Answers (1)