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?
Asked
Active
Viewed 1.6k times
1
-
Do you want the data item bound to the row, or the physical row itself? – slugster Sep 20 '10 at 06:07
1 Answers
1
Are you looking for this? WPF Datagrid set selected row
WPF Datagrid. Get the values of each cell of the selected row