In Development
Last Updated: 24 Jun 2025 14:09 by ADMIN

The dialog and the watermark stating that no license is found are displayed, even when the license key is installed properly. This happens in addin projects, like Excel VSTO Add-in.

To workaround this use the  TelerikLicensing.Register method to install your license script key.

public MyWpfUserControl()
{
    TelerikLicensing.Register("your-script-key");
    InitializeComponent();
}

In Development
Last Updated: 20 Jun 2025 08:20 by ADMIN
Scheduled for 2025 Q3 (August)
GetPerMonitorDPIAwareScaleFactor throws an exception when the parameter visual is null and crashes the application.
In Development
Last Updated: 25 Feb 2025 09:10 by ADMIN
One cannot build the demos source because of the licensing version.