My boss and I want to add the RadAsyncUpload control to our website with the target folder being on a GoDaddy Shared Virtual Hosting Account. Now, this means that we have to pass through credentials to do this. After doing some Googling I found an instance where it was suggested to use an OnFileUploaded event to FTP the file up to the server (http://www.telerik.com/forums/use-radupload-to-trasfer-to-ftp-site).
This seems like an extra bit of work for something that should be really simple.
Is there a simpler way to go about this?
In several of my controls if I use ConfirmDialogType="Radwindow" the window dialogue appears, click 'Yes' and the delete is cancelled, but if I switch to "Classic" the delete works fine?

I build websites using DotNetNuke and recently I had a need to force downloads from standard A tag hyperlinks. This can be done with modern HTML5 browsers using the "download" attribute. But, the RadEditor that the DNN site offers strips this attribute while in its standard HTML mode. The only way I can get it to work is to switch the editor into text mode, which causes issues when later opening / saving the content in HTML mode.
Is there any method to alter the behavior of the editor to accept / allow the "download" attribute?
Thanks.
Following this demo:
http://demos.telerik.com/aspnet-ajax/ajax/examples/common/ajaxifytimer/defaultcs.aspx
But we have a TextBox as a TemplateColumn in the Grid and on the TextChanged event, it is saving the Textbox value to database.
Problem is when the database value is modified behind-the-scenes, the TextChanged event is firing and saving the old value over the new value.
function AutoRefreshPage() {<br> RebindTasksGrid();<br> autoRefreshTimer = setTimeout("AutoRefreshPage()", 60000);<br> } function RebindTasksGrid() {<br> var masterTable = $find("<%= rgDeployTasks.ClientID %>").get_masterTableView();<br> masterTable.rebind();<br> } function pageLoad() {<br> AutoRefreshPage();<br> }I have a telerik RadEditor used in a User control. I can upload images, select images, view images through ImageManager, but I cannot insert the Image to the content area.
I tried put same code in regular Aspx page, it has no problem to insert picture to the content area.
Could anyone help me how to get the insert image function work if the RadEditor is used in a user control?
