Hi,
I am trying to use the RadUpload control in my application, but I am getting some very strange results, and no matter what I do it doesn't seem to change it.
Please see the attached screen shot.
There are 2 edit controls swhowing per file, along with a Browse button AND a select button, as well as a dot to the left.
It is currently set to use the Office2010Blue skin, but seems to ignore this.
Markup for the upload control shown below
Has anyone any idea how I can get this to look right?
What I really want, is for each file to show a text box, select button and remove button in the correct skin.
Thank you
Paul
I am trying to use the RadUpload control in my application, but I am getting some very strange results, and no matter what I do it doesn't seem to change it.
Please see the attached screen shot.
There are 2 edit controls swhowing per file, along with a Browse button AND a select button, as well as a dot to the left.
It is currently set to use the Office2010Blue skin, but seems to ignore this.
Markup for the upload control shown below
<div style="left: 0px; position:absolute; top: 60px; height: 230px; width: 320px;"> <telerik:RadUpload ID="Upload" runat="server" MaxFileInputsCount="3" EnableEmbeddedSkins="true" ControlObjectsVisibility="RemoveButtons, AddButton" SkinID="Office2010Blue"> </telerik:RadUpload></div>Has anyone any idea how I can get this to look right?
What I really want, is for each file to show a text box, select button and remove button in the correct skin.
Thank you
Paul