Attempting to use an external UI library (Telerik Kendo UI) and receiving the following exception:
--
Uncaught TypeError: Illegal invocation
at <anonymous>:562:21817
at <anonymous>:562:27218
at <anonymous>:563:18554
at <anonymous>:563:18651
at t.kendo.t.kendo.cultures (<anonymous>:562:21)
at Window.<anonymous> (<anonymous>:562:59)
at <anonymous>:841:20
at Object.r [as injectJsCode] (visualhostcore.min.js:2)
at i.loadWithoutResourcePackage (visualsandbox.min.js:1)
at i.executeMessage (visualsandbox.min.js:1)
--
A compatible version of jquery is loaded and initialised before the Telerik component js. A repoduction is available here:
https://github.com/whileoneloop/kendo-ui-power-bi-visual
An issue has been posted in the PowerBI-visuals git repo:
https://github.com/Microsoft/PowerBI-visuals/issues/239
Have also sent a support ticket to Telerik.
Has anyone been able to load Kendoui in the PowerBI sandbox?