This is a migrated thread and some comments may be shown as answers.

Kendo Upload File component

1 Answer 189 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
IT
Top achievements
Rank 1
IT asked on 12 Dec 2018, 08:09 PM

I'm using the kendo Upload component on Angular 6. The drag and drop is behaving a bit oddly in that I'm only able to drag and drop to a small portion of the dropzone. Is there an issue with using the upload within a dialog because when I use it elsewhere (not within a material dialog box) it performs normally and I can drop a file onto anywhere in the dropzone.

<kendo-upload
  [autoUpload]="false"
  (select) = "fileDropped($event)"
>
</kendo-upload>

is the code we're using, if there's anything else needed please tell me and I will provide it. Again the functionality works fine when not used within a dialog box, but as soon as it goes into a dialog it behaves differently.

 

Thanks

 

 

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 13 Dec 2018, 06:45 AM
Hello,


I was unable to reproduce the problem on my end in the following example. Could you check it and let me know if I am missing something?


Regards,
Dimiter Madjarov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
IT
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or