or
I have a page called Default.aspx and in that page I have a radmenu, label, search button and iFrame.
The menu consists of Home, Products, Variants, Finished Goods, Sub Assembly ect. By default the Home item is highlighted.
When the user clicks the search button a list of items are displayed in a rad window. From here the user chooses an item, the window closes and iFrame gets loaded with FinishedGoods.aspx (in this example).
In the FinishedGoods.aspx body onload I have a function that gets called and finds the menu and label in the Default.aspx.
parent.document.getElementById('lblBreadCrumb').innerText = 'Finished Goods'; // labelvar menu = parent.document.getElementById('rmMain').attributes; // RadMenuI'm trying to get the Finished Goods in the menu to be highlighted/selected and the Home not be highlighted/selected.
How do I go about doing this with the RadMenu?
I also attached an image.
Thanks

/* TimelineView RowHeight */.RadScheduler_Default .rsTimelineView .rsWrap,.RadScheduler_Default .rsTimelineView .rsApt,.RadScheduler_Default .rsTimelineView .rsAptOut,.RadScheduler_Default .rsTimelineView .rsAptIn,.RadScheduler_Default .rsTimelineView .rsAptMid,.RadScheduler_Default .rsTimelineView .rsAptContent{ height: auto !important; position: relative !important;}.RadScheduler_Default .rsTimelineView .rsWrap,.RadScheduler_Default .rsTimelineView .rsAptContent{ min-height: 21px;}.RadScheduler_Default .rsTimelineView .rsAptContent{ position: relative !important; border-top: 0; border-bottom: 0; left: 0; top: 0;}.RadScheduler_Default .rsTimelineView .rsLastWrap{ height: 16px !important;}