0

I have a ListView in which one of the column contains combo box.

I have binded the selectedItem of a Listview, so that I get the current object (selected row ) in the listview.

When I do any operation in a combo box like selection change then the listview row ( in which that combo box belongs) is not selected be default and hence my selectedItem gives null or previous row selected object.

Please Help!!

Ashish Ashu
  • 14,169
  • 37
  • 86
  • 117

1 Answers1

0

Your question is closely related to WPF ListView SelectedItem is null

Community
  • 1
  • 1
Amsakanna
  • 12,254
  • 8
  • 46
  • 58