2
Reply

How to Assign the data to datagrid particular cell runtime

Venkanna Toleti

Venkanna Toleti

Oct 19 2015 3:44 AM
295
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)