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

Problems whit context menu in masterpage

1 Answer 73 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 23 Oct 2008, 04:53 PM

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>

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Oct 2008, 03:15 PM
Hello Jose,

I tried to reproduce the described issue but to no avail. Could you please isolate the problem in a sample project and send it to us so we can test it locally? You should open a support ticket to be able to attach files. Thanks

Kind regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Menu
Asked by
Jose
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or