... ... ...

RadUpload doesn't work in EditFormSettings (WebUserControl) in RadGrid

797 Views Asked by At

In a nutshell, I have RadGrid with edit form with type of WebUserControl.

   <telerik:RadAjaxPanel runat="server">
    <telerik:RadGrid ...>

    <Columns>
    ...
    </Columns>
    <EditFormSettings UserControlName=".../EditForm.ascx" EditFormType="WebUserControl">
    </EditFormSettings>

    </MasterTableView>

    </telerik:RadGrid>
    </telerik:RadAjaxPanel>

EditForm contains RadUpload control. The problem is: in OnUpdateCommand UploadedFiles of RadUpload all time is empty. I can't get and save uploaded file.

0

There are 0 best solutions below