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

Rad menu selection not working

1 Answer 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vadi
Top achievements
Rank 1
vadi asked on 11 Sep 2014, 09:03 AM
While click on radmenu selection item  is selected in the Rad menu ,In that time  (class="rmSelected") is generated and it shows selected item in local machine. After posting the files to the server .rmSelected class not generated in Radmenu and selection area is not highlighted.

the  generated class  content is  

.rmSelected {
background:#fff;
color:#000;
}

We are using the Telerik licensed Verion : 2013.3.1114.35

Please tell me the solution asap.

thanks,
Vadivel.

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 15 Sep 2014, 02:32 PM
Hello Vadivel,

We are not aware of such problem with our RadMenu. The selected item should be persisted after post-backs. I am attaching a sample page that contains RadMenu and a button that initiates a post-back. I tested the scenario with Telerik licensed Verion : 2013.3.1114.35 and the selected item is persisted after the post-back.
Could you please try setting the following style for the selected item:
//css
html .RadMenu .rmGroup .rmItem a.rmSelected {
     background:#fff;
     color:#000;
}

Could you please clarify whether you are setting the ClickToOpen="true"?


Regards,
Boyan Dimitrov
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.

 
Tags
General Discussions
Asked by
vadi
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or