ej.base undefined

Hello,
I try to replicate your example of "External drag and drop" in scheduler controller.

In my project I refer as assembly this version of dll syncfusion.ej2.aspnet.core\18.2.0.48\lib\netstandard2.0\Syncfusion.EJ2.dll, but i get the error ej.base is undefined when try to access it (i.e.  var treeElement = ej.base.closest(event.target, '.e-treeview');)

In another project I install using nuget this version:  syncfusion.ej2\16.3.0.29 and ej.base is correctly accessible.

Our team prefer to refer the EJ2.dll as assembly instead of install with nuget.

what am I doing wrong?

2 Replies 1 reply marked as answer

GG Gabriele Guidi August 17, 2020 01:37 PM UTC

Ok, i solved, 
Referring to that version I have to call the ejs object instead of the ej.

thanks

Marked as answer

VD Vinitha Devi Murugan Syncfusion Team August 18, 2020 06:46 AM UTC

Hi Gabriele ,

Thanks for your update.

We are happy that the problem has been resolved at your end.

Please get in touch with us if you have any further assistance. 

Regards,
M.Vinitha devi


Loader.
Up arrow icon