Hi Jeff,
To my regret replacing the
RadUpload buttons with links is not possible, as
RadUpload expects them to be <input type="button">. If replaced, the control will not work correctly.
Although not a straightforward one, a workaround is to just hide the buttons (via
style.display="none") and add the links. Here is some more information:
You should attach an MS Ajax event handler to the link's
onclick attribute instead of using the
href attribute. The event handler can extract the
li element (e.g. the row) by walking the parents of the event target. Walking all the
li elements of the parent
ul element you can find the index of the row. The event handler should then call
RadUpload's
deleteFileInputAt method to remove the row.
Let me know if that helps.
Kind regards,
Erjan Gavalji
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.