We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MainFrameBarManager doesn't appear in VS-2010 / Drag Drop doesn't succeed!!!

Dear All
Good day
We are moving from .NET 2003 with syncfusion 2 &3 to .NET 2010 with syncfusion 15,
Everything seems OK with syncfusion tools except for the MainFrameBarManager in the main menu(MDI Form) which doesn't appear & gives an error as:"Drag drop does not succeed "!!! Seems that this bug generated by such a control, we tried for days to solve this bug but unfortunately we couldn't!!! Is there any solution we can do it to solve such a problem please??? Any help would be so appreciated

Regards


3 Replies

MK Mallika Kannan Syncfusion Team September 13, 2017 12:42 PM UTC

Hi  Kefah 
 
Thank you for contacting Syncfusion support. 
 
We have checked this reported behavior in our end. We are unable to reproduce the reported issue. We have also prepared the sample video and project for your reference. It can be downloaded from the below link, 
 
 
 
Can you please follow the below step for resolve this issue?  
 
  1. Open the New Windows Forms Project application.
  2. Drag the MainFrameBarManager from Tools and Drop the control to WindowsForms Application.
  3. Add the MainFrameBarManager BarItems.
  4. Then enable the IsMdiContainer property.
 
Kindly check with above solution and let us know if it is helpful. Otherwise if we have misunderstood your query, please share us a more details and also share the installed Essential studio version. That will be helpful for us to analyze and provide you the prompt solution as earlier as possible.  
 
Regards, 
Mallika 



GM Gangabharathy Murugasen Syncfusion Team September 21, 2017 12:25 PM UTC

Dear Sir 
Well, we tried the example that u already sent and it works properly, the problem with our case is that we have 2 menus, first one has been design in the design mode, the second one is generated on the run time and here is the problem, the second one is not appearing at all 

Is there any problem that we can do to solve such a bug??


VR Vijayalakshmi Roopkumar Syncfusion Team September 22, 2017 11:21 AM UTC

Hi Kefah,   
Thank you for the update.   
Query   
Comments   
Kindly confirm, if you would like to add MenuItem dynamically.   
If you are adding the BarItems at runtime, we have prepared the sample for your reference. Please download the code example and sample from the following:  
Code Example:   
C#:   
   
private void button1_Click(object sender, EventArgs e)   
{   
this.fileBarItem = new Syncfusion.Windows.Forms.Tools.XPMenus.BarItem();   
this.fileBarItem.BarName = "barItem3";   
this.fileBarItem.CategoryIndex = 0;   
this.fileBarItem.ID = "File";   
this.fileBarItem.ShowToolTipInPopUp = false;   
this.fileBarItem.SizeToFit = true;   
this.fileBarItem.Text = "File";   
this.bar1.Items.Add(fileBarItem);   
}   
   
  
Screenshot:   
Before adding BarItem   
    
After adding BarItem   
    
   
Kindly confirm if you would like to add two MainFrameBarManager control into Form.   
It is a Framework Component, user must add only one MainFrameBarManager in Form. So, please share us the purpose of this requirement. We will analyze and provide solution based on that.    
   
  
Regards.   
Vijayalakshmi V.R.   


Loader.
Live Chat Icon For mobile
Up arrow icon