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

when clicking on rad menu items it navifates to new aspx page but i want that new aspx page to be displayed under

5 Answers 19 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Mohan
Top achievements
Rank 1
Mohan asked on 14 Oct 2014, 10:47 AM
when clicking on rad menu items it navifates to new aspx page but i want that new aspx page to be displayed under radmenu items list

5 Answers, 1 is accepted

Sort by
0
Mohan
Top achievements
Rank 1
answered on 14 Oct 2014, 10:51 AM
pls help me
as in this link it dispalying usercontrols below the rad menu list like that i want aspx page to be displayed

https://demos.telerik.com/aspnet-ajax/menu/examples/overview/defaultcs.aspx?page=sofas
0
Hristo Valyavicharski
Telerik team
answered on 17 Oct 2014, 07:22 AM
Hi Mohan,

Did you look at the source code of this demo? Here is the used code:

protected override void OnInit(EventArgs e)
{
    RadMenuItem currentItem = RadMenu1.FindItemByUrl(Request.Url.PathAndQuery);
    if (currentItem != null)
    {
        currentItem.HighlightPath();
    }
        base.OnInit(e);
}


Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Mohan
Top achievements
Rank 1
answered on 17 Oct 2014, 07:26 AM
hi Hristo
i want that url of the page t be displayed under that  menu items
0
Mohan
Top achievements
Rank 1
answered on 17 Oct 2014, 07:28 AM
i have used iframe and target attribute
0
Hristo Valyavicharski
Telerik team
answered on 17 Oct 2014, 03:02 PM
Can you paste your code, so we can review your code? 

Thanks.

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Menu
Asked by
Mohan
Top achievements
Rank 1
Answers by
Mohan
Top achievements
Rank 1
Hristo Valyavicharski
Telerik team
Share this question
or