Hi,
In my application, I have a startup.cs form that creates a ribbon menu bar. On clicking one of the menu items, a child form(childform.cs) is opened which has its own toolbar (for e.g. Edit/Update/Undo etc). There are tool items that are unique to each form. I would like to add these tool items into the ribbon contextual group and on clicking them, i would like it to call the button click function of the childform.cs and not the button click on startup.cs. Any ideas how this can be done?
I am just checking about the progress of this issue. Let me know if you need my further assistance on it.
Thank you for using Infragistics Components.
Thank you, but I have a small issue with this, that I forgot to mention in my earlier post. My child form is inherited from another form say frmchild.cs which is inherited from another form frmMainchild.cs. Both the forms, frmChild.cs and frmMainchild.cs have a toolbar each with a set of tools. So the childform.cs gets both these toolbars. it works as expected when I disable the ribbon menu. When I enable the ribbon Menu, what I expect is the ribbon tab from frmMainchild.cs should appear on frmChild.cs and I should be able to add a new tab group to the same tab say tabMainchild.cs which has been inherited from the frmMainchild.cs. And I should be able to add all the tools from the frmChild.cs on to the tab group. and finally this ribbon should be inherited to the Childform.cs So far I have been able to create the ribbon tab tabMainchild.cs in the frmMainchild.cs. and when I do a build this ribbon tab appears on the frmChild.cs. But i am unable to add a new tab group to tabMainChild.cs and add the tools to it. Any ideas how this can be done?
Thanks in advance,
BS
Did you try to set the Office2007UICompatibility of your ToolbarsManagers to false? Is this solves your issue? Did you succeed to create a sample project reproducing this issue?
Please note an isolated sample will allow us to troubleshoot this issue further. This is necessary so that we can assist you more efficiently.
Looking forward to your reply.