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

RadMenu item selected should focus.

0 Answers 74 Views
Menu
This is a migrated thread and some comments may be shown as answers.
sudheer
Top achievements
Rank 2
sudheer asked on 22 May 2009, 06:05 AM
Hi telerik team,

i have a doubt relative to rad menu item focus. i heard if menu placed in master and click of any item page will get post back so its difficult to maintain item selected . so i approached  in another way where in default.aspx  page Menu and footer will be there and content will be in IFRAME , through javascript on click of item content iframe alone gets post back ,not entire page below is the code which used
<telerik:RadMenuItem Text="Defendant" onclick="return Redirect(this.href);" NavigateUrl="Parties/Defendant.aspx">  
                                        </telerik:RadMenuItem> 
 
 <script language="javascript" type="text/javascript">  
        function Redirect( url)  
        {  
            document.getElementById("Frame").srcurl;  
            return false;  
        }  
    </script> 

i know that telerik provides Breadcrumb ,i tried work's fine but due to constraints i want menu should get highlighted alone.
Ex:bateswhite.com

Any help appreciable.

Thanks & Regards
G.Sudheer kumar

No answers yet. Maybe you can help?

Tags
Menu
Asked by
sudheer
Top achievements
Rank 2
Share this question
or