Hi There, Is it possible to show the same ribbon group on more than one ribbon tab?
Currently that is not possible. You can submit a feature request for this: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Hello Mike,
Thank you for your reply. I am sure it will be nice to have as a feature in the future...
In the mean-time, I have been able to produce the desired results with minimal code and effort.
I use the AfterRibbonSelect event to remove the "Shared" Group from its "Current" Tab and then move it to the New Tab's group list.
Its simple and effective - Only 2 lines of code....
If anyone is interested I could actually post a sample of the code.
Thank you,
Jody