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 Children
No Data