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

Customize UI for drag and drop kendo upload

2 Answers 104 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Member12221
Top achievements
Rank 1
Member12221 asked on 14 Jul 2017, 05:19 AM

Is there a way to customize the UI of kendo upload to show the failed uploads in a different list and succeeded ones on another? Like the following..

You are currently uploading 3 files

Failed : 2

Succeeded : 2

Uploading...

doc1

doc2

doc3

 

Failed

doc4

doc5

 

Completed

doc6

doc7

2 Answers, 1 is accepted

Sort by
0
Accepted
Ivan Danchev
Telerik team
answered on 17 Jul 2017, 01:13 PM
Hello,

The described file list cannot be achieved through configuration and using the Upload's API methods, however the default file list can be disabled through the showFileList configuration option, which would allow you to create your own list for example by using jQuery to append HTML elements to the existing Upload elements.

Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Member12221
Top achievements
Rank 1
answered on 18 Jul 2017, 05:47 AM

Hi Ivan,

Thanks a lot for the reply. I will try that ASAP. 

Tags
Upload
Asked by
Member12221
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Member12221
Top achievements
Rank 1
Share this question
or