Hi there.
RadMenu has problems when page is in RTL mode with setting dir=rtl in <body> or <html> elements. the problem is that RadMenu minimizes to left border of the page when mouse cursor leaves RadMenu.
This problem does not exist when page is in LTR mode and RadMenu is set to RTL itself.
1 Answer, 1 is accepted
0
T. Tsonev
Telerik team
answered on 18 Feb 2008, 08:30 AM
Hi,
Thank you for reporting this issue. We have managed to fix it and the fix will be included in the next service pack.
Until it is out, you should add the following script to your page that will resolve the issue:
<script type="text/javascript">
Sys.Application.add_init(function()
{
var oldHandler = Telerik.Web.UI.RadMenuItem.prototype._onCollapseAnimationEnded;