I attached you a file!
by default - Localization-Add text is "Add"
i want to rename it to "Add New Attachment", but when i renamed it the width of this button is still the same?
how can I make this right?
<telerik:RadUpload ID="ruAttachment" ExternalDialogsPath="~/controls/EditorDialogs/" runat="server" InitialFileInputsCount="1" LocalizationPath="../RadControls/Upload//Localization" ControlObjectsVisibility="RemoveButtons, AddButton" Width="100%" Font-Names="Verdana" Font-Size="7pt" InputSize="45" Localization-Add="Add New Attachment" Localization-Remove="Remove Attachment" >
</telerik:RadUpload>
How can i control the WIDTH of Localization-add
by default - Localization-Add text is "Add"
i want to rename it to "Add New Attachment", but when i renamed it the width of this button is still the same?
how can I make this right?
<telerik:RadUpload ID="ruAttachment" ExternalDialogsPath="~/controls/EditorDialogs/" runat="server" InitialFileInputsCount="1" LocalizationPath="../RadControls/Upload//Localization" ControlObjectsVisibility="RemoveButtons, AddButton" Width="100%" Font-Names="Verdana" Font-Size="7pt" InputSize="45" Localization-Add="Add New Attachment" Localization-Remove="Remove Attachment" >
</telerik:RadUpload>
How can i control the WIDTH of Localization-add