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.