5 Answers, 1 is accepted
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
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
Hi Mohan,
Did you look at the source code of this demo? Here is the used code:
Regards,
Hristo Valyavicharski
Telerik
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
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
Can you paste your code, so we can review your code?
Thanks.
Regards,
Hristo Valyavicharski
Telerik
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.