CheckedComboBox Control in WPF
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I have implemented a Combobox which has datatemplate of ComboboxItems which includes checkboxes.Presently I am handling checkbox click event to make a list of checked items under combobox dropdownclosed event .ComboBox Text is updated with the list of selected checkbox content seperated by commas. The problem is with Combobox selection changed event.Its not working in desired manner.When user selects an item, and hits "Enter" key,the ComboboxSelectionTextBox is not updating the text. I need to either cancel the selection changed event or need to update the text according to User Selection. Please advise better solution,Prompt reply is appreciated as it is quite urgent:)