Image Editor i.toolbar.enable is not a function

0 Answers 76 Views
ImageEditor
Isaiah
Top achievements
Rank 1
Isaiah asked on 16 Jan 2023, 06:52 PM

When utilizing an image editor control I receive the following output in console and the image does not load: Please see markup below

 

Html Page Div Implementation

Html Page Script Implementation

Console output

Result of View


My Layout has the following implementations for CSS and JS

Georgi Denchev
Telerik team
commented on 19 Jan 2023, 01:07 PM

Hi, Isaiah,

As far as I can see, the Kendo UI components seem to be included several times.

First the kendo.all.min.js script is included. This includes every single Kendo script in the library.

Then the kendo.aspnetmvc.min.js script is included, this is needed if you're using the ASP.NET Core/MVC wrappers.

However, after that the kendo.core.min.js, kendo.upload and kendo.mobile.scroller scripts are included. These scripts are already a part of kendo.all.min.js so there's no need to include them a second time.

Try removing the following lines of code and see if that makes a difference:

If that doesn't help, could you let me know what version of Kendo UI are you using?

Best Regards,

Georgi

No answers yet. Maybe you can help?

Tags
ImageEditor
Asked by
Isaiah
Top achievements
Rank 1
Share this question
or