Hi,
I would like to know what is the better solution to create a layer between the Infragistics's Ribbon and the code using it (client). For now I have the following ideas:
-Create an extra layer that has an ribber instance and relays calls to the ribbon.
-Create a xml configuration file in order to fill the ribbon.
These two options will work but need a lot of code because the ribbon offers a lot of possibility.
We do not want the ribbon client to have a reference to infragistics controls.
Someone has an idea??
Thank you,