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

Report a Problem of the RadWindow in Q2

6 Answers 91 Views
Window
This is a migrated thread and some comments may be shown as answers.
wind wang
Top achievements
Rank 1
wind wang asked on 03 Aug 2011, 12:37 PM
When i use the following code to show predefined Dialog such as Alert or Confirm, the OKButton and CancelButton are disabled.

            RadWindow.Confirm(new DialogParameters { Header = "Please Confirm", OkButtonContent = "Confirm", CancelButtonContent = "Cancel", Closed = closed, Content = ctent, WindowStyle = GetFontSizeStyle()});

And strangely, if u click on the somewhere middle of the title bar,  those buttons are enabled again...

6 Answers, 1 is accepted

Sort by
0
saravanan
Top achievements
Rank 1
answered on 05 Aug 2011, 06:29 AM
yes I to get the same problem can any body have solution to this, I have the following code

            public void ShowInformation(string message, string caption)
        {

            RadWindow.Alert(new DialogParameters()
            {
                Header = ApplicationName + caption,
                Content = "Hi",
                OkButtonContent = MessageBoxButtons.OK
            });
        }
0
Pana
Telerik team
answered on 05 Aug 2011, 08:39 AM
Hello Saravanan,

I am sorry but I have tried both snippets with the RadControls for Silverlight from the official release of Q2 - 2011.2.712 and they work fine. Are you sure that there are no other parts of your project that may affect the RadWindow Alert/Prompt/Confirm?

Regards,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>
0
Luc
Top achievements
Rank 1
answered on 05 Aug 2011, 10:57 AM
Hello

It seems to be happening in the Q2 internal Hotfix releases, im using version 801
and the problem seems to be the radwindow focus issue, because the buttons
only become active if you click in the content region of the confirm, alert .. window.
I even tried to set IsTabStop to true for RadConfirm  but to no avail..
0
Boyan
Telerik team
answered on 05 Aug 2011, 01:25 PM
Hi Luc,

Yes, you are right. This is  a problem we have introduced in The internal build from this week (801). We are currently making changes regarding the handling of the focus and the IsActiveWindow property to RadWindow, so we have introduced this bug. We will fix it in one of the next internal builds. Note that the
internal builds are not fully tested and are not ready for production. They are meant to give an idea to the developer whether a bug has been already fixed.

We are sorry for the caused inconvenience. Don't hesitate to contact us if you have other questions.

All the best,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Luc
Top achievements
Rank 1
answered on 05 Aug 2011, 01:47 PM
I assumed as much about the internal builds, its in the documentation .. ;-)
0
wind wang
Top achievements
Rank 1
answered on 09 Aug 2011, 04:35 PM
Thx Luc,

I was using the 801 internal building when i found this problem...
Tags
Window
Asked by
wind wang
Top achievements
Rank 1
Answers by
saravanan
Top achievements
Rank 1
Pana
Telerik team
Luc
Top achievements
Rank 1
Boyan
Telerik team
wind wang
Top achievements
Rank 1
Share this question
or