2
Answers

How to Assign the data to datagrid particular cell runtime

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)