Completed
Last Updated: 06 Apr 2022 10:25 by ADMIN
Release LIB 2022.1.406 (06 April 2022)
Currently, opening the RadContextMenu via the right mouse button, will not visualize the set access keys.
Completed
Last Updated: 25 Mar 2022 10:03 by ADMIN
Release LIB 2022.1.328 (28 March 2022)
The access keys set to the Header property of the RadMenuItem element are not showing when it is opened via keyboard.
Completed
Last Updated: 27 Oct 2021 13:35 by ADMIN
Release LIB 2021.3.1101 (1 Nov 2021)

When opening the ContextMenu and hovering over the first Item no Tooltip is displayed. Only when you move the mouse over another MenuItem on the same ContextMenu and then back to the first one the Tooltip gets displayed.

As a workaround, the telerik:RadToolTipService.ToolTipContent property can be used:

<telerik:RadMenuItem Header="I should display a tooltip" telerik:RadToolTipService.ToolTipContent="I am the tooltip that never shows" />

The template of the tooltip can also be modified to match the default tooltip style:

    <Style TargetType="telerik:RadMenuItem" BasedOn="{StaticResource RadMenuItemStyle}">
        <Setter Property="telerik:RadToolTipService.ToolTipContentTemplate">
            <Setter.Value>
                <DataTemplate>
                    <Border
                                Background="{telerik:FluentResource ResourceKey=PrimaryBackgroundBrush}"
                                BorderBrush="{telerik:FluentResource ResourceKey=BasicBrush}"
                                BorderThickness="1"
                                SnapsToDevicePixels="True">
                        <ContentPresenter Content="{Binding}" Margin="5"/>
                    </Border>
                </DataTemplate>
            </Setter.Value>
        </Setter>
    </Style>

Won't Fix
Last Updated: 21 Nov 2018 15:53 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: ContextMenu
Type: Bug Report
0

			
Completed
Last Updated: 02 Mar 2018 13:59 by ADMIN
Completed
Last Updated: 12 Apr 2017 11:49 by ADMIN
Available in LIB version 2017.1.410 , it will be also available in the R2 2017 Release. 
Unplanned
Last Updated: 07 Feb 2017 17:05 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:25 by ADMIN
Initially, when we open the RadContextMenu and the mouse is over a RadMenuItem1 (that has child RadMenuItems) if we navigate with the keyboard to other RadMenuItem2(that also has child RadMenuItems) and open it (with Enter key for example) - the RadMenuItem2 popup closes because the RadMenuItem1 popup opens after.
Unplanned
Last Updated: 03 Aug 2016 11:11 by Martin
Won't Fix
Last Updated: 12 Nov 2015 13:16 by ADMIN
ADMIN
Created by: Rosen Vladimirov
Comments: 4
Category: ContextMenu
Type: Bug Report
2
If you change the language and the headers of the menu items at runtime, in some cases RadContextMenu is cut and doesn't show full content of the headers.
Completed
Last Updated: 11 Dec 2013 09:19 by ADMIN