Skip to content

DataGridComboBox - Binding to an Object #3550

Closed Answered by MichelMichels
amrit7 asked this question in Q&A
Discussion options

You must be logged in to vote

@amrit7 This likely has nothing to do with MDIX, but rather the lack of implementing INotifyPropertyChanged for the list property bound to the ComboBox ItemSource. The other lists work because you initialize them immediately where as the list where it doesn't work, gets filled in the constructor.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MichelMichels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants