DevExpress XtraGrid Index Help Needed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LoanB
    New Member
    • Nov 2007
    • 62

    DevExpress XtraGrid Index Help Needed

    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
Working...