In MDI parent form, if the MDI child form is maximized, the child form is getting merged with the parent menu bar. Can you please help to get a separate menu bar for the MDI child form too. Please check and do the needful.
The same behavior can be also observed with the standard forms and the System.Windows.Forms.MenuStrip control. The menu merge functionality in our RadMenu control can be disabled by setting the AllowMerge property to false. Please note, however, that if you set the property in this kind of scenario, you will lose the menu items of the MDI child form once you maximize it:
public partial class RadForm1 : Telerik.WinControls.UI.RadForm
I hope this will help. Let me know if you have other questions.
Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.