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

Is it a bug?

1 Answer 59 Views
Window
This is a migrated thread and some comments may be shown as answers.
yjh
Top achievements
Rank 1
yjh asked on 25 Oct 2009, 02:48 PM
I have a RadWindow(let's call it rw1) showing with a silverlight usercontrol(let's call it uc1) as content, the usercontrol have some buttons.

when click a button,  RadWindow.Confirm is called like below:

            RadWindow.Confirm(new DialogParameters
            {
                Header = "Test",

                Content = "TEST",

                Closed = (s1, e1) =>
                {
                    if (e2.DialogResult == true)
                    {
                        RadWindow.Alert("Test OK");
                    }
                }
            });

So, if click OK button in the RadConfirm window,  after call RadWindow.Alert("Test OK"), I find uc1's UserControl_Loaded is called.
If there isn't RadWindow.Alert("Test OK"),  uc1's UserControl_Loaded is not called.

1 Answer, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 26 Oct 2009, 09:34 AM
Hi Yoa,

Could you please create a support ticket and send us a sample project that reproduces the problem - this will help a lot to understand what the problem is.

Greetings,
Miroslav Nedyalkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
yjh
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Share this question
or