Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1215
Ignite UI Dock Manager in ASP.NET MVC (.NET Framework)
posted

How do you add the Ignite UI Dock Manager to an ASP.NET MVC (.NET Framework) app?

I tried the technique at the link below, but got error 403 when loading the dockmanager using the script below.

https://www.igniteui.com/dock-manager/overview

This script throws error 403, so the dock manager shown in the page above does not work.

<script type="module">
    import { defineCustomElements } from 'cdn-na.infragistics.com/.../index.mjs';
    defineCustomElements();
    window.moduleLoaded = true;
</script>

Parents
No Data
Reply
  • 640
    Verified Answer
    Offline posted

    Hello Ray,

    Thank you for posting in our community.

    You can use this CDN link in order to add the Dock Manager component into your project: https://cdn.jsdelivr.net/npm/igniteui-dockmanager/loader/index.js. However, please note that if you are using the CDN link you will get the trial version of the product and a trial watermark will be displayed on the page.

    I believe you will find this topic of our official documentation very helpful in order to acquire the licensed version of Ignite UI Dock Manager. Basically, you can use the private npm feed or you can download the package from our ProGet site. In order to do this you have to log-in to https://packages.infragistics.com and go to js-licensed feed, next find the @infragistics/igniteui-dockmanager package, choose which version of it you would like to use and after that you will be able to download it in .tgz file.

    Please let me know if you need any further assistance regarding this matter.

    Regards,
    Viktor Kombov
    Entry Level Software Developer
    Infragistics, Inc.

Children