Hello Dako -,
Thank you for your interest in the RadUpload for Silverlight.
In order to change the style of the selected/uploaded files you should set the ItemContainerStyle with your new style. For example you can follow this instruction:
- Inside the Blend add the RadUpload control;
- Select the upload control and Edit a Copy of its template;
- Then add an RadUploadItem to the page (you can add it inside the upload control - it works) and edit a copy of its template too.
- Now you have both Styles for the uploader and for its items.
- Initialize the uploader's property ItemContainerStyle with the value of your brand new item-style:
- Remove the RadUploadItem element from the page.
That's all.
Please give it a try and let us know if you have other questions.
Greetings,
Ivan
the Telerik team