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

Handling RadDropDownButton's DropDownOpening event causes the application to hang.

1 Answer 105 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Ivan Zlatanov
Top achievements
Rank 1
Ivan Zlatanov asked on 28 Mar 2015, 04:18 PM

<telerik:RadDropDownButton
    VerticalAlignment="Center"
    HorizontalAlignment="Center"
    DropDownOpening="RadDropDownButton_DropDownOpening"
    Content="...">
    <telerik:RadDropDownButton.DropDownContent>
        <TextBlock Text="Sample content" />
    </telerik:RadDropDownButton.DropDownContent>
</telerik:RadDropDownButton>

private void RadDropDownButton_DropDownOpening( object sender, RoutedEventArgs e )
{
    e.Handled = true;
}

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 30 Mar 2015, 02:18 PM
Hi Ivan,

Thank you for reporting this issue. I was able to reproduce the described behavior on our side and we can confirm this is a bug. Therefore I logged it in our Feedback portal where you can track its progress. I have also updated your Telerik points as a small appreciation for your cooperation.

In the meantime, as a workaround you can use PreviewMouseLeftButtonDown event of the DropDownButton instead of DropDownOpening  event.

Please excuse us for any inconvenience caused.

Regards,
Milena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Buttons
Asked by
Ivan Zlatanov
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or