Hi,
I am integrating a syncfusion control into a wpf user control. This will be used by another one of our project written in a different language, the user control will only be hosted in the other project and does not have direct access to the user control other than display it on the screen. All actions will be triggered by the user control itself.
We need to be able to register the license within the user control itself as we are unable to register the license in the host application as recommend by the documentation.
Registering key in a User control that contains Syncfusion controls
We recommend registering the license key at application level as shown in the previous sections
I was wondering if anyone had any experience in registering the license in the user control.