Venkanna Toleti

Venkanna Toleti

  • NA
  • 18
  • 2.4k

How to Assign the data to datagrid particular cell runtime

Oct 19 2015 3:44 AM
HI, 
How to Assign data to certain cell using wpf
In c# i can assign like this
 
dgvOpeningStock.Rows[e.RowIndex].Cells["ItemName"].Value ="text"
 
like this how can i add data using wpf

Answers (2)