This question is locked. New answers and comments are not allowed.
Hi,
I have a collection of items. It is bound to two different comboboxes. Is it possible to hide some items in one of the comboboxes?
I tried smth like
<telerik:RadComboBox>
<telerik:RadComboBox.ItemContainerStyle>
<Style TargetType="telerik:RadComboBoxItem">
<Setter Property="Visibility" Value="{Binding SomeBooleanProperty, Converter={StaticResource BooleanToVisibilityConverter}}"/>
</Style>
</telerik:RadComboBox.ItemContainerStyle>
</telerik:RadComboBox>
But it didn't work out.
Any directions?
Best Regards,
Juliana
I have a collection of items. It is bound to two different comboboxes. Is it possible to hide some items in one of the comboboxes?
I tried smth like
<telerik:RadComboBox>
<telerik:RadComboBox.ItemContainerStyle>
<Style TargetType="telerik:RadComboBoxItem">
<Setter Property="Visibility" Value="{Binding SomeBooleanProperty, Converter={StaticResource BooleanToVisibilityConverter}}"/>
</Style>
</telerik:RadComboBox.ItemContainerStyle>
</telerik:RadComboBox>
But it didn't work out.
Any directions?
Best Regards,
Juliana