Skip to content

Grid Editions

MDC Grid offers multiple editions to choose from, ensuring that your needs are met and it aligns with your organization’s specific requirements.

Each successive edition builds on the previous edition, thus making it easier to upgrade from one edition to another. Upgrading from one edition to another,

For one to start using MDC Grid, he needs to purchase or subscribe to an edition of the grid through MDC Grid. Any work done on a lower edition remains unaffected when upgraded.

Overview of Editions

MDC Grid comes in two editions:

  • MDC Grid Community (free for everyone, including production use), and
  • MDC Grid Enterprise.

The Enterprise version of the MDC Grid comes with enhanced features which are demonstrated through the Enterprise icon provided alongside the features list in the MDC Grid page.

Setting the API Key for the grid

When a user subscribes to an edition of the grid, he will receive the javascript code and the API_KEY for that code. Without a correct API_KEY, the grid will not work as intended.

The API key needs to be provided to the grid at the time of instantiating the grid. The grid checks for the correctness of the key without making any network calls.

Note: The key provided through the email when you subscribe to a version of the grid should be passed exactly to the grid. It should not be modified in any way.

To set the license key use setLicenseKey method of the grid instance.

mdcGrid.setLicenseKey("3SLSWZPQQBB7WBRYDAQZ5J77W5D7I6GU");