i'm using MDI from with RadMenu, if i maximize the child from, it's RadMenu will merge with MDI RadMenu.
How to prevent that ?
1 Answer, 1 is accepted
0
Ivan Todorov
Telerik team
answered on 06 Jun 2011, 08:14 AM
Hi Asa'ad,
Thank you for your question.
This should be done by setting the AllowMerge property to false, but it seems that it currently does not work. This issue will be addressed in some of the next releases. I have added this to PITS so you can track its progress. Here you can find the PITS Issue: Public URL
For the time being, you can prevent the menu merge by overriding the RadMenu class as it is shown in the following code snippet: