Hey all
Can anyone with some DevExpress Knowledge help me convert the C# code below to accommodate a DevExpress XtraGrid with a View called gridView1:
this.dgCode.Row s[e.RowIndex].Cells[1].Value dsPrice.Tables[0].Rows[0].ItemArray.GetV alue(1).ToStrin g().Trim();
currently dgCode is simply a standard VS2005 data grid.
Much Appreciated!
Lóan
Can anyone with some DevExpress Knowledge help me convert the C# code below to accommodate a DevExpress XtraGrid with a View called gridView1:
this.dgCode.Row s[e.RowIndex].Cells[1].Value dsPrice.Tables[0].Rows[0].ItemArray.GetV alue(1).ToStrin g().Trim();
currently dgCode is simply a standard VS2005 data grid.
Much Appreciated!
Lóan