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

ComboBox and Isdropdown property

1 Answer 59 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jeroen
Top achievements
Rank 1
Jeroen asked on 02 Feb 2015, 03:53 PM
Hello Group, I have see various topics on the Isdropdown but none of them seem to have the solution to this specific problem: I am trying to control the opening and closing behaviour of the behaviour by setting the Isropdown property but is does not seem to work.
Is there a solution for this one?

Thanks,

    Richard

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 04 Feb 2015, 01:16 PM
Hello Jeroen,

By using the IsDropDownOpen property of RadComboBox the DropDown could be open and closed without the need of using the DropDown button:
<telerik:RadComboBox x:Name="radComboBox" ItemsSource="{Binding SomeCollectionOfItems}" IsDropDownOpen="True"/>

However, if that is not what you're looking for could you please provide us some more detailed information about the desired functionality, so we could be able to provide you with a prompt solution?

We're looking forward to hearing from you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ComboBox
Asked by
Jeroen
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or