RadMenu doesn't render properly on page load with other radeditor controls. Its always display child menu.
I had noticed that there is issue in DIV tag like display:block. It should be display:none after render.
<DIV class="slide" style="DISPLAY: block; Z-INDEX: 10; LEFT: -160px; OVERFLOW: visible; WIDTH: 160px; TOP: 0px; HEIGHT: 144px">
I had noticed that there is issue in DIV tag like display:block. It should be display:none after render.
<DIV class="slide" style="DISPLAY: block; Z-INDEX: 10; LEFT: -160px; OVERFLOW: visible; WIDTH: 160px; TOP: 0px; HEIGHT: 144px">