2
Answers

How to Assign the data to datagrid particular cell runtime

Photo of Venkanna Toleti

Venkanna Toleti

9y
735
1
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)