Hi,
I have ComboBoxColumn which is binded to ObservableCollection, the ObservableCollection is being populated but I don't see any item in the combo drop down.
I attached the code, what do I miss?
Thanks.
Hello Dudi,
There are some limitations related to the columns binding to dynamic collections.
You can see more information about this here: http://ko.infragistics.com/community/blogs/devin_rader/archive/2011/04/29/binding-to-properties-of-non-frameworkelements.aspx
You can bind the ComboBoxColumn ItemsSource to a StaticResource or you can use the workaround attached.
Sincerely,
Ok, understood.
I hope you have resolved the issue.
If you require any further assistance, please do not hesitate to ask.