I have a number of databound comboboxes in a rad pane that load fine.
I have an issue that when I try and pin the pane all the comboboxes reset and I get
Thanks
Andy
I have an issue that when I try and pin the pane all the comboboxes reset and I get
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='comboItems'
a number of times.
Where combo items is defined as
<DataTemplate x:Key="DrillComboTemplate" > <ComboBox SelectedValue="{Binding Value}" Width="{Binding Width}" HorizontalContentAlignment="{Binding Alignment}" ItemsSource="{DynamicResource comboItems}" /> </DataTemplate>Thanks
Andy