This question is locked. New answers and comments are not allowed.
Hello,
It seems that, in some scenarios, the RadDropDownButton is not closing automatically when I click outside it.
It fails even in this simple example:
1. Create a new Silverlight application.
2. Add references to Telerik.Windows.Controls.
3. Replace Page.xaml with:
4. Run the application.
If I click on the drop down button, it opens and shows its content.
If I then click outside, the drop down button is not closed.
What's strange is that I have used this button in other scenario and it works as wanted.
Patrick
It seems that, in some scenarios, the RadDropDownButton is not closing automatically when I click outside it.
It fails even in this simple example:
1. Create a new Silverlight application.
2. Add references to Telerik.Windows.Controls.
3. Replace Page.xaml with:
<?xml version='1.0' encoding='utf-8' ?><UserControl x:Class="SilverlightApplication1.MainPage" <tk:RadDropDownButton Content="Drop down" HorizontalAlignment="Center" KeepOpen="False" VerticalAlignment="Center"> <tk:RadDropDownButton.DropDownContent> <TextBlock Text="Content" /> </tk:RadDropDownButton.DropDownContent> </tk:RadDropDownButton></UserControl>4. Run the application.
If I click on the drop down button, it opens and shows its content.
If I then click outside, the drop down button is not closed.
What's strange is that I have used this button in other scenario and it works as wanted.
Patrick