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

RibbonBarapplicationMenu won't work

13 Answers 147 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 06 Sep 2011, 10:28 AM
Two essentially the same websites:
  1. RibbonBar and RibbonBarrApplicationMenu are on a page which has a master page (master page is pretty much just 3 placeholders)
  2. RibbonBar and RibbonBarrApplicationMenu are on a page without master page (radscriptmanager is on that page)

On (1.) RibbonBarrApplicationMenu wont open if you click it, on (2.) it is working fine.
I want to underline that on both pages RibbonBar and RibbonBarrApplicationMenu are exactly the same!

Any reason why (1.) wouldn't work?

Thanks,

Daniel

13 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 09 Sep 2011, 12:59 PM
Hi Daniel,

Thank you for the report. I reproduced the issue locally and forwarded it to our development team for further investigation.

Your points have been updated for the bug report.

Kind regards,
Helen
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Bilal
Top achievements
Rank 1
answered on 14 Sep 2011, 04:21 PM
I'm also facing this problem.
Helen, please keep us updated.

Thanks,
Bilal Ghalayini
0
Dimitar Terziev
Telerik team
answered on 19 Sep 2011, 08:30 AM
Hello Bilal,

The problem is fixed in the service pack which just has been released.

Please try to upgrade if possible.

Best wishes,
Dimitar Terziev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
0
Ion
Top achievements
Rank 1
answered on 20 Sep 2011, 04:16 PM
Hi Dimitar,
Do you mean Telerik.Web.UI_2011_2_915_Trial_hotfix? I just installed it and checked again application, but same error: Application menu not drill down when ribbon is in master page. Or, maybe another fix should do that?

Thanks,
Ion
0
Bilal
Top achievements
Rank 1
answered on 20 Sep 2011, 04:24 PM
Same here Dimitar!
0
Simon
Telerik team
answered on 21 Sep 2011, 09:44 AM
Hello guys,

We already fixed a problem with the Application Menu in Master/Content page setups.

Could you please describe in detail what is the problem you are now experiencing with the Service Pack release (page structure and control locations) so that we can determine whether we are discussing the same issue?

Best wishes,
Simon
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Ion
Top achievements
Rank 1
answered on 21 Sep 2011, 10:35 AM
Hi Simon,

I have a simple master/page scenario, with ribbon placed in master page - not working case, and a second scenario with just a web page without master page and ribbon placed in this page - working case.
In not working scenario, when I click on ribbon application menu, a # sign is appended to URL - that's all it happens

Here is MasterPageNotWork.master - not working scenario
<body>
    <form id="form1" runat="server">
    <div>
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <telerik:RibbonBarApplicationMenu ID="rbMenu" runat="server" Text="File">
            <Items>
                <telerik:RibbonBarApplicationMenuItem ID="test" Text="test" Value="test" runat="server" Width="120" />
            </Items>                        
        </telerik:RibbonBarApplicationMenu>
        <telerik:RadRibbonBar ID="rbAdmin" runat="server" ApplicationMenuID="rbMenu">
            <telerik:RibbonBarTab Text="Test tab not work">        
                <telerik:RibbonBarGroup Text="test tab">
                    <Items>                                    
                        <telerik:RibbonBarButton Size="Large" Text="Test button"  />
                    </Items>
                </telerik:RibbonBarGroup>
            </telerik:RibbonBarTab>
        </telerik:RadRibbonBar>       
        <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
        
        </asp:ContentPlaceHolder>
    </div>
    </form>
</body>

and PageNotWork.aspx
<%@ Page Title="" Language="C#" MasterPageFile="MasterNotWork.master" AutoEventWireup="true" CodeFile="PageNotWork.aspx.cs" Inherits="PageNotWork" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>


Here is PageWork.aspx - working scenario

<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
        <telerik:RibbonBarApplicationMenu ID="rbMenu" runat="server" Text="File">
            <Items>
                <telerik:RibbonBarApplicationMenuItem ID="test" Text="test" Value="test" runat="server" Width="120" />
            </Items>                        
        </telerik:RibbonBarApplicationMenu>
        <telerik:RadRibbonBar ID="rbAdmin" runat="server" ApplicationMenuID="rbMenu">
            <telerik:RibbonBarTab Text="Test tab work">        
                <telerik:RibbonBarGroup Text="test tab">
                    <Items>                                    
                        <telerik:RibbonBarButton Size="Large" Text="Test button"  />
                    </Items>
                </telerik:RibbonBarGroup>
            </telerik:RibbonBarTab>
        </telerik:RadRibbonBar>
    <div>
    
    </div>
    </form>
</body>
There is nothing important in code behind files, so I will not put them here

If is need, I will send the source files via support ticket

Thanks,
Ion
0
Simon
Telerik team
answered on 26 Sep 2011, 04:23 PM
Hello Ion,

I tested this with the latest version of Telerik.Web.UI and it worked. Please upgrade to Q2 2011 SP and let me know how it goes.

Greetings,
Simon
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Bilal
Top achievements
Rank 1
answered on 26 Oct 2011, 05:10 PM
Hi Simon,

Still the RibbonApplicationMenu not working with MasterPage scenario usning Telerik.Web.UI, v.2011.2.915.40.

Please advice.

Thanks,
Bilal
0
Simon
Telerik team
answered on 26 Oct 2011, 05:18 PM
Hi Bilal,

Indeed there was another issue in a slightly different setup and we fixed it after the SP release. An internal build should confirm this, so please test it.

All the best,
Simon
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Bilal
Top achievements
Rank 1
answered on 26 Oct 2011, 06:04 PM
Thanks Simon. It worked now.
0
Antonio
Top achievements
Rank 1
answered on 28 Oct 2011, 12:10 PM
Hi Simon, Bilal,

Do you mean 01608Telerik.Web.UI_2011_2_1025_Dev_hotfix? I downloaded it and replaced the new Telerik.Web.UI and. Skins dll-s, but with no luck.
0
Antonio
Top achievements
Rank 1
answered on 07 Nov 2011, 01:36 PM
Works for me also!
I used wrong Telerik dll versions. Got the new ones and gotcha!
Tags
RibbonBar
Asked by
Daniel
Top achievements
Rank 1
Answers by
Helen
Telerik team
Bilal
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Ion
Top achievements
Rank 1
Simon
Telerik team
Antonio
Top achievements
Rank 1
Share this question
or