This is a migrated thread and some comments may be shown as answers.

RadAsyncUpload issue

0 Answers 12 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
S
Top achievements
Rank 1
S asked on 24 Jun 2015, 10:05 AM

Hi, 

I have a usercontrol for attachments. The usercontrol has a RadAsyncUpload and a grid to show the uploaded files.

But when i use this usercontrol on my main page, and upload a file, it displays the first uploaded file immediately in the grid in usercontrol.

But when i upload second time , the file gets uploaded but the UI is not refreshed and the second file is not shown in the grid.Please help.

I have added ajax setting to update the usercontrol on my main page on click of the RadAsyncUpload button.

  <telerik:AjaxSetting AjaxControlID="AsyncUpload1">
                <UpdatedControls>
                   <telerik:AjaxUpdatedControl ControlID="usrAttachments" />
             
                </UpdatedControls>
            </telerik:AjaxSetting>

Tags
General Discussions
Asked by
S
Top achievements
Rank 1
Share this question
or