Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions api-reference/50 Common/utils/zz Errors and Warnings/W0022.md

This file was deleted.

11 changes: 0 additions & 11 deletions api-reference/50 Common/utils/zz Errors and Warnings/W0024.md

This file was deleted.

4 changes: 1 addition & 3 deletions concepts/Common/Licensing/00 Licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@

- [Information Security](/concepts/Common/Licensing/20%20Information%20Security.md '/Documentation/Guide/Common/Licensing/#Information_Security')

- [Validation](/concepts/Common/Licensing/25%20Validation/00%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation')
- [Validation](/concepts/Common/Licensing/25%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation')
Comment thread
vladaskorohodova marked this conversation as resolved.

- [Redistribution](/concepts/Common/Licensing/27%20Redistribution.md '/Documentation/Guide/Common/Licensing/#Redistribution')
Comment on lines 13 to 17

- [FAQ](/concepts/Common/Licensing/30%20FAQ.md '/Documentation/Guide/Common/Licensing/#FAQ')

---

You must purchase a license to use DevExtreme UI components/libraries within a software project. If you are ready to incorporate DevExtreme UI components/libraries in your project, please visit the [DevExtreme Purchase](https://js.devexpress.com/Buy/) page for pricing options.
Expand Down
2 changes: 1 addition & 1 deletion concepts/Common/Licensing/05 Evaluation (Trial).md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Per the terms of the End User License Agreement (EULA), you are permitted to evaluate DevExtreme components [for 30-days](https://js.devexpress.com/Download/).

During the 30-day trial period, an on-screen message and [console warning](/concepts/Common/Licensing/25%20Validation/00%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation') shows that you are using an unlicensed version of DevExtreme. You need to purchase a commercial license to remove these messages and use DevExtreme components for production projects. When you are ready to purchase a license and obtain your DevExtreme license key, please contact a member of the <a href="mailto:clientservices@devexpress.com">DevExpress Client Services Team</a> for assistance or visit the [DevExtreme Purchase](https://js.devexpress.com/Buy/) page.
During the 30-day trial period, an on-screen message and [console warning](/concepts/Common/Licensing/25%20Validation.md '/Documentation/Guide/Common/Licensing/#Validation') indicate that you are using an unlicensed version of DevExtreme. To remove these messages and use DevExtreme components in production projects, purchase a commercial license. To purchase a license and obtain your DevExtreme license key, contact the <a href="mailto:clientservices@devexpress.com">DevExpress Client Services Team</a> for assistance or visit the [DevExtreme Purchase](https://js.devexpress.com/Buy/) page.
6 changes: 2 additions & 4 deletions concepts/Common/Licensing/09 Obtain Your License Key.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<iframe width="100%" height="476" src="https://www.youtube-nocookie.com/embed/PYxeMcTQk5s?si=k-7BWyTX_AiTXKne" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe><br>
Log in to the [DevExpress Download Manager](https://www.devexpress.com/ClientCenter/DownloadManager/) to obtain your license key. For full step-by-step instructions (including how to register the key on your machine and configure DevExtreme to use it), refer to the following article:

Log in to the [DevExpress Download Manager](https://www.devexpress.com/ClientCenter/DownloadManager/). Find your **DevExtreme Subscription** license in the product list (even if you have a Universal, DXperience, or ASP.NET and Blazor (includes DevExtreme) subscription, the key is under the **DevExtreme Subscription** line item). Expand this line item to access available downloads and additional information. Follow the on-screen instructions to copy your key.

![DevExtreme Download Manager](/images/Common/licensing-key@2x.png)
[License Key for DevExpress Products](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#manual-registration-obtain-and-register-your-key)
Comment thread
vladaskorohodova marked this conversation as resolved.

[note] Every developer on your team must obtain and use their own key. Your DevExpress account manager should [Assign Licenses](https://www.devexpress.com/ClientCenter/LicenseManager) to developers.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
To use DevExtreme in a licensed project, register a valid license key in your application. The process involves two steps:

1. [Obtain your DevExpress license key](/concepts/Common/Licensing/09%20Obtain%20Your%20License%20Key.md '/Documentation/Guide/Common/Licensing/#Obtain_Your_License_Key') from the DevExpress Download Manager and register it on your machine.
2. Use the `devextreme-license` CLI tool to generate a DevExtreme-compatible runtime key and register it in your application.

For complete instructions for all supported frameworks and environments, refer to the following article:

[License Key for DevExpress Products — Additional Step for JS/TS Developers (DevExtreme)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#manual-registration-additional-step-for-jsts-developers-devextreme)
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
After you obtain your DevExpress license key and register it on your machine, use the `devextreme-license` CLI tool to generate a DevExtreme-compatible runtime key and register it in your application. The configuration differs depending on whether your project is modular (files added with `import` or `require`) or non-modular (files referenced with `<script>` tags):

- [Modular Apps (Angular, React, Vue)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#option-1-modular-apps-angular-react-vue)
- [Non-Modular Applications (jQuery, CDN-based)](https://docs.devexpress.com/GeneralInformation/405494/trial-register/set-up-your-dev-express-license-key#option-2-non-modular-applications-jquery-cdn-based)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading