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

In RadDocking, RadContextMenu doesn't work well when RadPane is floating

4 Answers 91 Views
ContextMenu
This is a migrated thread and some comments may be shown as answers.
Ke
Top achievements
Rank 1
Ke asked on 20 Oct 2011, 08:01 AM
the contextmenu hind behind the RadPane when performing a right click, does anybody know how to fix this?

4 Answers, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 24 Oct 2011, 12:11 PM
Hello,

I wasn't able to reproduce the problem. You can find my screenshot as an attached file.
Can you, please check it and let me know  if I am doing anything different than you.
Also It would be helpful if you can send us a simple project, video or a screenshot of the problem.

Regards,
Georgi
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Ke
Top achievements
Rank 1
answered on 24 Oct 2011, 12:55 PM

pls take a look these snapshots.

<Window x:Class="RadControlsWpfApp2.MainWindow"
                xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                Title="MainWindow" Height="350" Width="525">
    <telerik:RadDocking >
        <telerik:RadSplitContainer>
            <telerik:RadPaneGroup >
                <telerik:RadPane Header="Pane1">
                    <telerik:RadButton Width="140" Height="50">
                        <telerik:RadContextMenu.ContextMenu>
                            <telerik:RadContextMenu>
                                <telerik:RadMenuItem Header="Item1"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item2"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item3"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item4"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item5"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item6"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item7"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item8"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item9"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item10"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item11"></telerik:RadMenuItem>
                                <telerik:RadMenuItem Header="Item12"></telerik:RadMenuItem>
                            </telerik:RadContextMenu>
                        </telerik:RadContextMenu.ContextMenu>
                    </telerik:RadButton>
                </telerik:RadPane>
                <telerik:RadPane Header="Pane2" />
            </telerik:RadPaneGroup>
        </telerik:RadSplitContainer>
    </telerik:RadDocking>
</Window>
0
Georgi
Telerik team
answered on 26 Oct 2011, 09:07 AM
Hi,

I've checked the screenshots and the code and I still wasn't able to reproduce the error. As an attached file you can find a video showing my steps. It is zipped and after unzipping it you can open the video with any web browser.

I guess the reason for this is the fact that we are using different environment. Can you, please check If you have the latest version of our controls?


Kind regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
James
Top achievements
Rank 1
answered on 21 Jun 2012, 09:40 AM
Ke, did you ever fix this?
Tags
ContextMenu
Asked by
Ke
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Ke
Top achievements
Rank 1
James
Top achievements
Rank 1
Share this question
or