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

RadAsyncUpload with RadNumericTextBox

1 Answer 29 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Alharith
Top achievements
Rank 1
Alharith asked on 22 Feb 2015, 06:17 AM
     Hello
<telerik:RadAsyncUpload runat="server" ID="rauFiles"   PostbackTriggers="rgReceiptDTL,ddlDepNo,rntbLPOYear,ddlLPONO,rntbTransYear,rdpEntryDate,rdpRequestDate,hdnLPONO,hdnLPOYear,SDSReceiptDTL"></telerik:RadAsyncUpload>
 
<telerik:RadNumericTextBox ID="rntbTransYear" SkinID="Year" AutoPostBack="true" runat="server"></telerik:RadNumericTextBox>

in above example im facing problem in post back when when RadNumericTextBox make post back i lose the files in rad async upload other controls works well with no losing .

Regards ,







1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 25 Feb 2015, 12:47 PM
Hello Alharith,

As I can see, you have set the ID of the NumericTextBox in the PostbackTriggers ID's collection. With such  setting you push the AsynsUpload to listen for a postback from those controls, in order to submit the selected file(s).

If you want to prevent this, you simply need to remove the ID of the TextBox from the PostbackTriggers property of the RadAsync.

Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Alharith
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or