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

BUG for RadWindow in ShowDialog() mode, plz fix it

6 Answers 135 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tai
Top achievements
Rank 1
Tai asked on 31 Dec 2010, 12:02 AM
Hi
I am using the latest version of RadControl Q3.

in order to verify the bug to see whether it is my fault or radwindow or not
I create a simple SIlverlight project
in the Main.xaml , I have only ONE button

click on that button , it will SHOW radwindow1 . Inside that radwindow1 , it has another button. Click on it
it will SHOW radwindow2. 
And now it is the problem. When i close that radwindow2, i create an event handler for Close() which will SHOWDIALOG() for the radwindow3

And bump, the radwindow3 always stay behind the radwindow1. 
the radwindow3 is supposed to be in MODAL mode and always in front. But it doesn't

I have opened the support ticket so u can run the simple project
or you can just create it to verify the bug

plz help 

thank you

6 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 05 Jan 2011, 10:02 AM
Hello Tai,

We are aware of this issue with RadWindow control. We will fix it in one of our future releases. You can track this progress in our Public Issue Tracking System (PITS) with Issue ID = 4528.


To work aroud the problem, I would suggest you to use a Dispatcher:

Dispatcher.BeginInvoke(() =>
                {
                    SilverlightControl3 silver = new SilverlightControl3();
                    silver.ShowDialog();
                });

I hope this helps.


Regards,
George
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
ss
Top achievements
Rank 1
answered on 06 Jul 2011, 08:18 AM
hi,

how to chnage the radwindow property from showdialog to ssow by buttun click.

in first button clcik radwindow should have showdialog and second button click i needs to change to show.

the button which i am using ites in niside the radwindow
0
George
Telerik team
answered on 12 Jul 2011, 07:39 AM
Hello,

Please, refer to the following online documentation where you could find additional information about modal windows - http://www.telerik.com/help/silverlight/radwindow-features-modal-windows.html

 

Kind regards,
George
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
ss
Top achievements
Rank 1
answered on 12 Jul 2011, 09:19 AM
thanks for your quick respone.

Actually my problem is.i have radwindow .inside the radwindow i have a button.

at first time radwindow will be like radwindow.showdialog() state.

but with inside button click i need to change  state of radwinow as radwindow.show()

please help on this ..........
0
George
Telerik team
answered on 15 Jul 2011, 09:50 AM
Hi,

 
I understand what is your scenario, but we currently don't support such RadWindow behavior. We will consider it for our further development.

For a workaround, I would suggest closing and reopening the RadWindow as not modal window.

Hope this helps.

All the best,
George
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
ss
Top achievements
Rank 1
answered on 18 Jul 2011, 05:23 AM
ok thank you
Tags
Window
Asked by
Tai
Top achievements
Rank 1
Answers by
George
Telerik team
ss
Top achievements
Rank 1
Share this question
or