RealGrid2 Guide
Grid settings
License settings

License settings

There are two ways to set up a RealGrid license. There is a way to use the existing <script> tag and a way to use setLicenseKey().

By using setLicenseKey() in the latest front-end frameworks such as VUE and React, you can easily apply a license, improving development convenience.

   RealGrid.setLicenseKey('upVcPE+wPOmtLjqyBIh9RkM/nBOseBrflwxYpzGZyYm9cY8amGDkiMnVeQKUHJDjW2y71jtk+wteqHQ1mRMIXzEcGIrzZpzzNTakk0yR9UcO/hzNodVsIiqQNVtxmmYt');
  
   dataProvider = new RealGrid.LocalDataProvider();
   gridView = new RealGrid.GridView(container);
   gridView.setDataSource(dataProvider);