Hey,
I have a xamWebComboEditor that contains a collection of Records which has a boolean property IsRecordSelected. Is it possible to bind the selection of a ComboBoxItem to that IsRecordSelected property?
Thanks!
Hi Reifujin,
It is not possible to bind IsRecordSelected to ComboEditorItem.IsSelected is not possible.
You could implement this behavior by hooking up to SelectionChanged event of theXamComboEditor .
Hope this helps,