Hi -
Is there a way to have the active page highlighted in the menu?
Here is my code:
If I am on the Contract page, I would like for the menu item to be highlighted (or something to show the page is active, in the menu). Is this possible with a property?
Thanks!
wen
Is there a way to have the active page highlighted in the menu?
Here is my code:
| <div style="float: left; margin-top: 13px; margin-right: 80px;"> |
| <telerik:RadMenu ID="RadMenu1" runat="server" Skin="Vista" |
| style="z-index: 1; left: 126px; top: 91px; position: absolute;"> |
| <Items> |
| <telerik:RadMenuItem Text="Search" runat="server" NavigateUrl="Search.aspx"> |
| </telerik:RadMenuItem> |
| <telerik:RadMenuItem Text="MOU" runat="server" NavigateUrl="MOU.aspx"> |
| </telerik:RadMenuItem> |
| <telerik:RadMenuItem Text="Contract" runat="server" NavigateUrl="Contract.aspx"> |
| </telerik:RadMenuItem> |
| <telerik:RadMenuItem Text="SOI" runat="server" NavigateUrl="SOI.aspx"> |
| </telerik:RadMenuItem> |
| <telerik:RadMenuItem Text="Create" runat="server" NavigateUrl="Create.aspx"> |
| </telerik:RadMenuItem> |
| </Items> |
| </telerik:RadMenu> |
| </div> |
If I am on the Contract page, I would like for the menu item to be highlighted (or something to show the page is active, in the menu). Is this possible with a property?
Thanks!
wen