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

RadAsyncUpload and jQuery tabs

1 Answer 54 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Roy Halvorsen
Top achievements
Rank 1
Roy Halvorsen asked on 16 Feb 2012, 01:24 PM
I have an RadAsyncUpload on a page which works fine. One of our customers have decided to have a page with jQuery Tools tab (demo here) and then have the RadAsyncUpload in the content of one of the tabs (which actually is plain divs). I tried this, but no matter what I do the RadAsyncUpload does not show. If I put it outside the jQuery tabs, it works as normal. Any one have a workaround for this?

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 22 Feb 2012, 12:00 PM
Hi Roy,

This is a limitation of the jQuery TabStrip. According to its css all div elements inside the panes will render with display:none

.panes div { CSS }

You can try override that behavior, however, this will lead to layout issues with the tabstrip. You can override it with the following style:

div.panes div {  display:block }

Kind regards,
Genady Sergeev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
AsyncUpload
Asked by
Roy Halvorsen
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or