datagrid
how to select the cell of a datagrid in wpf?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasant JinagaPosted Mar 28, 2012, 7:46 AM
dv.CurrentCell = new DataGridViewCell(row_index, col_index);
Hope it works!!!
Thanks,
Prasant