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

Upload Control Vista Theme

1 Answer 36 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Scott Ellis
Top achievements
Rank 1
Scott Ellis asked on 03 May 2010, 07:04 AM

Hi ,

 

We are using Telerik upload control and when we are trying to apply Vista Theme only for Upload control, find  below code snippets

 

 private void SetTelerikTheme()

 {

    StyleManager.SetTheme(uploadControl,new VistaTheme());

 }

 

It gets applied to Upload control But when Upload the files progress Bar did not get change of upload controls.

 

But if we apply  vista Theme in application level it works for Upload control But we don't want to apply it for Application level we want to apply it for control level.

 

Applied theme for application level.

 Telerik.Windows.Controls.StyleManager.ApplicationTheme = new VistaTheme();

 

So please suggest how we can achieve following things on Uploaded control.

 

1.            How to set theme for only Progress bar control instead of setting theme for Whole control.

2.            How to change the (Dark Green) color to some lighter shade.

3.            How to Display Green color on successful upload and some other color for unsuccessful upload.

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 04 May 2010, 12:01 AM
Hello Scott Ellis,

We already answered in your other thread.

For your convenience we copy our answer below:

The current release of our upload control do not exposes properties for changing such details. In order to implement all the three points you should edit the uploader's template and the template of its items.

Please try the suggested approach and don not hesitate to contact us if you need further assistance - just drop us a line and we will prepare a sample application for you.


We hope this information will help you.

Sincerely yours,
Ivan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload
Asked by
Scott Ellis
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or