I have a scheduler to which i have tried to put a ContextMenu if the page is out of a MasterPage works well, but if the page work with masterPage the context menu does not open, open the popup normal when right-click is clicked
I acknowledge that it is not always fails, it fail when there is some data loaded in the scheduler if there is no data works perfect of the two forms.
Any idea or suggestion that could be affecting the behavior.????
<telerik:RadContextMenu ID="rdm_popup" Runat="server" ClickToOpen="True"
Skin="Office2007">
<Targets>
<telerik:ContextMenuControlTarget ControlID="chkl_sala" />
<telerik:ContextMenuControlTarget ControlID="rds_cirugias" />
</Targets>
<CollapseAnimation Type="InQuad" Duration="200"></CollapseAnimation>
<ExpandAnimation Type="InQuad" />
<Items>
<telerik:RadMenuItem runat="server" Text="Data1">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" Text="Data2">
</telerik:RadMenuItem>
</Items>
</telerik:RadContextMenu>