Placed DataGrid control on form. Now I should set its license key in order to make the build work:
Private Sub frmData_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
‘Xceed.Grid.Licenser.LicenseKey = “GRD11-*****-*****-****”
‘GridControl1.LicenseKey = “GRD11–*****-*****-****”
‘I’m trying to set LicenseKey by one of 2 methods above (copied from “Component Licenser”) – nothing works!
End Sub
So, the application throws me a license error when I try to run sucessful (!) build . What’s wrong? Do I use LicenseKey property in right place in the project?
By the way, examples from Xceed site where DataGrid is created at runtime (not placed on form) work fine. It seems the problem is only with control on form.
Imported from legacy forums. Posted by Bob2000 (had 4335 views)