New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Prevent highlight and color change in menu

Environment

Product RadMenu for ASP.NET AJAX

Description

RadMenu provides built-in Selection for its items - they get highlighted when the users clicks upon them: Live Menu Sample With Selection

Solution

If you prefer to disable this behavior, all you need to do is to control it using this dedicated property:

<telerik:RadMenu ... EnableSelection="false">
In this article