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
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
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").src= url; |
| 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