ComboBox MVVM Issue
-
Hi friends, I have Observable collection list of prefix which is binded with the combobox itemsource prperty in VIEW. SelectedPrefix Property which is binded with selectedValue property. Now when I change the List and remove some items the SelectedPrefix is not updated. For Example I have selected Dr in combobox. The SelectedPrefix is also updated with Dr Now if I remove the Dr from the List SelectedPrefix still contain Dr. it should be null or empty.
WANTED wasim khan(Killed 50 Innocent Buggs, Distroyed 200 Exception, make 5 Project Hostage) any Compnay Hire him will pay 30,000. Best place where u can get him is Sorcim Technologies Murre Road RWP
-
Hi friends, I have Observable collection list of prefix which is binded with the combobox itemsource prperty in VIEW. SelectedPrefix Property which is binded with selectedValue property. Now when I change the List and remove some items the SelectedPrefix is not updated. For Example I have selected Dr in combobox. The SelectedPrefix is also updated with Dr Now if I remove the Dr from the List SelectedPrefix still contain Dr. it should be null or empty.
WANTED wasim khan(Killed 50 Innocent Buggs, Distroyed 200 Exception, make 5 Project Hostage) any Compnay Hire him will pay 30,000. Best place where u can get him is Sorcim Technologies Murre Road RWP
Are you using INotifyPropertyChanged in your collection?