I found that I can set the MaxFileInputsCount property to only have a single upload control, but the remove and add buttons are still visible. Can these be removed without resorting to script to hide them?
Using the ControlObjectsVisibility property of RadUpload, you can show/hide the components of upload control. If you want to have only file input and a select button, you should set the ControlObjectsVisibility value to "None".
Great, thanks! I changed my code last minute yesterday to use your example with the Attachment Column for the grid, but I'll log this away for reference.