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

tabIndex not working in Rad upload

4 Answers 110 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
jagroop
Top achievements
Rank 1
jagroop asked on 24 Apr 2008, 09:03 AM
I set tabIndex property of the Rad upload, it does not get rendered to the browser, tabIndex is not woking on Rad upload control, what should be done to make tabindex working .

4 Answers, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 24 Apr 2008, 12:49 PM
Hi Jagroop,

The problem comes from the technique we use to style the <input type=file> elements, used in RadUpload. You can find detailed information here:
http://www.telerik.com/help/radcontrols/prometheus/?upload_AppearanceFileInputAppearance.html
In short, the observed behavior cannot be workarounded because there is an invisible element which gets the focus when the Tab key is pressed. The solution is to either set EnableFileInputSkinning property to false, or use standard <input type=file> or asp:FileUpload controls instead RadUpload. In both cases RadMemoryOptimization will be enabled and you will be able to use the progress area. More information about working with standard file inputs and RadMemoryOptimization can be found here:
http://www.telerik.com/help/radcontrols/prometheus/?upload_UploadingSavingFiles.html 

I hope this helps.

Kind regards,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
jagroop
Top achievements
Rank 1
answered on 02 May 2008, 06:31 AM
This helps to understand the Structure of rad:Upload control, but my problem still not  solved, please suggest me what exactly be done to solve the problem.
0
Sophy
Telerik team
answered on 07 May 2008, 03:32 PM
Hi Jagroop,

Please, find attached an example on how to set tabIndex with javascript to the real file input elements of the RadUpload control. You can feel free to further customize the sample so that it fits the requirements of your scenario.

If you have other questions, do contact us again.

Best regards,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Accepted
jagroop
Top achievements
Rank 1
answered on 08 May 2008, 12:10 PM
Thank you for providing valuable code
This help me to solve my problem,
Tags
Upload (Obsolete)
Asked by
jagroop
Top achievements
Rank 1
Answers by
Sophy
Telerik team
jagroop
Top achievements
Rank 1
Share this question
or