hi.
i would like to check how do i enable the "Select" button when the validation fails?
my current mock up is as such
1.
<
telerik:RadAsyncUpload
RenderMode
=
"Lightweight"
MultipleFileSelection
=
"Disabled"
MaxFileSize
=
"500000"
OnClientValidationFailed
=
"validationFailed"
AllowedFileExtensions
=
"jpg,jpeg,png"
MaxFileInputsCount
=
"1"
runat
=
"server"
ID
=
"fileCourseImage"
PostbackTriggers
=
"btnSubmit"
>
2.
</
telerik:RadAsyncUpload
>