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.

Loading RealGrid...
   RealGrid.setLicenseKey('LicenseKey');
  
   dataProvider = new RealGrid.LocalDataProvider();
   gridView = new RealGrid.GridView(container);
   gridView.setDataSource(dataProvider);