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

Problem with MenuItem inside DropDownButton and menu header bound to an element

3 Answers 24 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 04 Jul 2013, 06:37 AM
Hello,
create a new Silverlight 5 project, add references to Telerik.Windows.Controls.dll and Telerik.Windows.Controls.Navigation.dll, and replace MainPage.xaml with:
<UserControl
  x:Class="SilverlightApplication1.MainPage"
  mc:Ignorable="d"
  d:DesignHeight="300" d:DesignWidth="400">
 
  <StackPanel>
    <TextBlock Name="AText"
               Margin="5"
               Text="abcd" />
     
    <tk:RadDropDownButton Content="Tools"
                          HorizontalAlignment="Left"
                          Margin="5">
      <tk:RadDropDownButton.DropDownContent>
        <tk:RadContextMenu>
          <tk:RadMenuItem Header="{Binding Text, ElementName=AText}" />
        </tk:RadContextMenu>
      </tk:RadDropDownButton.DropDownContent>
    </tk:RadDropDownButton>
 
  </StackPanel>
</UserControl>

Run the application: when you click the button, the menu item header is not displayed.... until you move your cursor above it. After that, it works correctly.
This particular scenario was working with version Q1 2013 and below, but not with version Q2 2013.

Patrick

3 Answers, 1 is accepted

Sort by
0
Rosen Vladimirov
Telerik team
answered on 04 Jul 2013, 07:38 AM
Hi Patrick,

Thank you for reporting this problem. This issue is already fixed in our latest internal build. You can download it under your account.

We are sorry for the caused inconvenience. Feel free to contact us in case you have any other problems or concerns.

Regards,
Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 05 Jul 2013, 05:52 AM
Hi Rosen,
I just installed version .0701 and it's working now!

Just a question: why this bug was not marked as resolved in the release notes?

Patrick
0
Rosen Vladimirov
Telerik team
answered on 05 Jul 2013, 11:14 AM
Hi Patrick,

It looks like we have missed it, thanks for pointing this problem. I'll add it to our release notes for the next internal build.

Thanks again! Feel free to contact us if you have any problems or concerns.

Regards,
Rosen Vladimirov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Menu
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Rosen Vladimirov
Telerik team
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or