This is a migrated thread and some comments may be shown as answers.

Problem with RadComboboxItem Visibility

1 Answer 115 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Nguyen
Top achievements
Rank 1
Nguyen asked on 17 Mar 2011, 04:00 AM
This is my code:
<telerik:RadComboBox Height="30" HorizontalAlignment="Left" Margin="126,63,0,0" Name="RadComboBox1" VerticalAlignment="Top" Width="262">
            <telerik:RadComboBoxItem Content="Item 1" />
            <telerik:RadComboBoxItem Content="Item 2" Visibility="Collapsed"/>
            <telerik:RadComboBoxItem Content="Item 3" />
        </telerik:RadComboBox>
But Item 2 not collapse.

Thanks,

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 17 Mar 2011, 03:28 PM
Hello Nguyen,

I've tested the provided code but wasn't able to observe the issue  - the item is collapsed as expected. Please send us more details how to reproduce the problem. Thanks

Kind regards,
Yana
the Telerik team
Tags
ComboBox
Asked by
Nguyen
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or