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

RadContextMenu show down RadHtmlPlaceHolder

2 Answers 126 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Missing User
Missing User asked on 05 Nov 2009, 10:43 AM
Hello, the problem is that in a User control y put a ContextMenu and HtmlPlaceHolder, when i click ContextMenu it put down HtmlPlaceHolder, is a menu and i would like it put over hatmlplaceholder, Windowless is on for htmlplaceholder, i think that this is the problem.
Canvas.Zindex not work,

There is solution?

Sorry for my english i know that is very bad, i´m spanish... If not undertand some word, reply and rewrite this.

Thanks!!!

xax_007

2 Answers, 1 is accepted

Sort by
0
Missing User
answered on 09 Nov 2009, 08:36 AM

<

 

UserControl x:Class="PruebaHtmlPlaceHolcerAndContextMenu.Page"

 

 

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

 

 

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

 

 

 

xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"

 

 

xmlns:telerikControls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls">

 

 

 

<Grid x:Name="LayoutRoot" Background="White">

 

 

 

<Grid.RowDefinitions>

 

 

 

<RowDefinition Height="auto"/>

 

 

 

<RowDefinition/>

 

 

 

</Grid.RowDefinitions>

 

 

 

<telerikControls:RadHtmlPlaceholder SourceUrl="http://www.telerik.com" Grid.Row="1" Margin="20,20,20,20"/>

 

 

 

 

<TextBlock Text="Click here" Grid.Row="0" HorizontalAlignment="Center"/>

 

 

 

 

<telerikNavigation:RadContextMenu.ContextMenu>

 

 

 

<telerikNavigation:RadContextMenu EventName="MouseLeftButtonDown" >

 

 

 

<telerikNavigation:RadMenuItem Header="1"/>

 

 

 

<telerikNavigation:RadMenuItem Header="2"/>

 

 

 

<telerikNavigation:RadMenuItem Header="3"/>

 

 

 

<telerikNavigation:RadMenuItem Header="4"/>

 

 

 

<telerikNavigation:RadMenuItem Header="5"/>

 

 

 

<telerikNavigation:RadMenuItem Header="6"/>

 

 

 

<telerikNavigation:RadMenuItem Header="7"/>

 

 

 

<telerikNavigation:RadMenuItem Header="8"/>

 

 

 

</telerikNavigation:RadContextMenu>

 

 

 

</telerikNavigation:RadContextMenu.ContextMenu>

 

 

 

 

 

 

 

</Grid>

 

</

 

UserControl>

 



This is the problem: I would like that RadContextMenu is over RadHtmlPlaceHolder.

Thanks
0
Bobi
Telerik team
answered on 10 Nov 2009, 08:05 AM
Hello Pablo Pérez Sánchez,

Currently our HtmlPlaceHolder does not support this scenario. You can not place a popup over a HtmlPlaceHolder.
We apologize for the caused inconvenience.

Regards,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
HTMLPlaceHolder
Asked by
Missing User
Answers by
Missing User
Bobi
Telerik team
Share this question
or