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

Tab is not working on RadAsyncUpload

0 Answers 46 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Mukesh
Top achievements
Rank 1
Mukesh asked on 13 Jan 2011, 12:18 PM
Hello All,

Tab setting is not working on my page, I have used RadAsyncUpload control and I have also set tab order on each control.
Below is my html structure:

<tr>
<td>
     <telerik:RadAsyncUpload runat="server" ID="rupUploadBanner" TabIndex="9" ReadOnlyFileInputs="true"
           Style="display: inline;" Width="98%" MaxFileInputsCount="1" OverwriteExistingFiles="true" AllowedFileExtensions="jpg,jpeg,png,gif">
     </telerik:RadAsyncUpload>
</td>
</tr>

<tr>
<td>
 <telerik:RadAsyncUpload runat="server" ID="rauUploadCompanyLogo" TabIndex="8" ReadOnlyFileInputs="true"
      Style="display: inline;" Width="98%" MaxFileInputsCount="1" OverwriteExistingFiles="true"  AllowedFileExtensions="jpg,jpeg,png,gif">
 </telerik:RadAsyncUpload>
</td>
</tr>

Please have a look on the attachment and suggest me some solution.


Thanks
Mukesh



Thanks
Mukesh

No answers yet. Maybe you can help?

Tags
AsyncUpload
Asked by
Mukesh
Top achievements
Rank 1
Share this question
or