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

radcombobox silverlight opendropdownonfocus

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
joy
Top achievements
Rank 1
joy asked on 04 Oct 2011, 09:19 AM
hi,
this is the code i have, but the combobox does not open when i hover over it.  it changes color meaning it probably has focus.  can you help. 
Thanks

 

 

 

<telerik:RadComboBox Height="23" HorizontalAlignment="Center"

 

 

 

ItemsSource="{Binding Data, ElementName=data_Entry_A_01C_Excptn_DropDownDomainDataSource}"

 

 

 

Margin="4,100,4,0" x:Name="data_Entry_A_01C_Excptn_DropDownComboBox" VerticalAlignment="Top" Width="175" Grid.Column="2"

 

 

 

DisplayMemberPath="Excptns" Background="Transparent" EmptyText="Please select an Exception" HorizontalContentAlignment="Center"

 

 

 

OpenDropDownOnFocus="True">

 

 

 

 

<telerik:RadComboBox.ItemsPanel>

 

 

 

 

<ItemsPanelTemplate>

 

 

 

 

<VirtualizingStackPanel />

 

 

 

 

</ItemsPanelTemplate>

 

 

 

 

</telerik:RadComboBox.ItemsPanel>

 

 

 

 

</telerik:RadComboBox>

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Oct 2011, 03:13 PM
Hi Joy,

When OpenDropDownOnFocus property is enabled, the dropdown is open, when the ComboBox receives the focus - in your case when the user clicks on it. It is not supposed to open on hover.


Best wishes,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
joy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or