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

RadProgressArea in RadWindow

3 Answers 148 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
digitall
Top achievements
Rank 1
digitall asked on 20 Aug 2010, 07:04 PM
I am building a form where a user can upload multiple files and am showing a RadProgressArea on the page for status. Is it possible to have this status pop up in a modal window with RadWindow instead of being inline on the page?

3 Answers, 1 is accepted

Sort by
0
Cori
Top achievements
Rank 2
answered on 20 Aug 2010, 08:43 PM
I'm assuming you could do the same thing by wrapping the RadProgressArea in a div and then setting the following css styles on the div style="position:absolute;z-index:1000;top:100;left:100". You can determine the correct top and left to apply to the div.

I hope that helps.
0
Simon
Telerik team
answered on 23 Aug 2010, 11:32 AM
Hello digitall,

You could also try the approach shown in this Code Library project in addition to Cori's much simpler suggestion.

Regards,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
digitall
Top achievements
Rank 1
answered on 23 Aug 2010, 02:00 PM
Thanks to both of you - I'm going to try both solutions and see which one looks best.
Tags
Upload (Obsolete)
Asked by
digitall
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Simon
Telerik team
digitall
Top achievements
Rank 1
Share this question
or