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

Customize the Upload Progress Indicators

3 Answers 83 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Varun
Top achievements
Rank 1
Varun asked on 10 Apr 2015, 06:34 AM

Hi,

Can we customize the Progress Indicators which is shown when uploading the Files to the server? (Red, Green, Yellow one)

I want it to customize as shown in the attached image.

 

Thanks,

Varun

3 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 10 Apr 2015, 11:01 AM
Hi, Varun.

White it's possible to customize the progress indicators, you have to keep the basic layout the same (or deviate from it a bit). That  said, the particular appearance shown in the attached file can not be achieved.

We could guide you how to customize RadSyncUpload but only for the elements that are available in the control. In this particular case, we can help you customize the progress bar for each control.

Regards,
Ivan Zhekov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Varun
Top achievements
Rank 1
answered on 11 Apr 2015, 12:16 PM

Hi Ivan,

Can you kindly tell me how we can customize the RadSyncUpload?

Thanks,

Varun

0
Ivan Zhekov
Telerik team
answered on 16 Apr 2015, 07:11 AM
Provided that you want yo customize the progress indicator, the following styles should suffice (assuming you are customizing the default skin)

.RadUpload_Default .ruUploadProgress .ruFileProgressWrap {
    height: 20px;
    border: 1px solid #e3e3e3 ;
    background: #ffffff;
}
.RadUpload_Default .ruUploadProgress .ruFileProgress,
.RadUpload_Default .ruUploadProgress .ruProgressComplete {
    height: 20px;
    background: #40cc00;
}



Regards,
Ivan Zhekov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
AsyncUpload
Asked by
Varun
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Varun
Top achievements
Rank 1
Share this question
or