1

I'm making a Wpf Application. My problem is that I'm using a DataGrid to show tabular data. How can I find the related row of my datatable when I click the listview Selected Cell?

Servy
  • 202,030
  • 26
  • 332
  • 449
Shashank
  • 6,117
  • 20
  • 51
  • 72

1 Answers1

1

Are you looking for this? WPF Datagrid set selected row

WPF Datagrid. Get the values of each cell of the selected row

Community
  • 1
  • 1
Geeth
  • 5,282
  • 21
  • 82
  • 133