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

RadWindow Vanishes

3 Answers 51 Views
Window
This is a migrated thread and some comments may be shown as answers.
sachin
Top achievements
Rank 1
sachin asked on 03 Dec 2008, 03:31 PM
Hi

I am using RadWindow control in code.
I am writing here 2 scenarios of it.
1)Without any other Browser window-
        When i click on a button, then Radwindow opens.
2)I am opening another browser window (say example. www.google.com)
    When I executed my program, then new browser window of my program opens.
    Now if i press Tab and switched to new browser window(i. e. of google) and again come back to my program window. and click to on button to open a Rad window, then RadWindow  vanishes,.

Can you please help me in finding solution to 2nd scenario ?

Regards,
Sachin

3 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 04 Dec 2008, 09:01 AM
Hi sachin,

I've tried to reproduce your scenario but I was unable. I'm not sure my test case is the same as yours.
Can you provide us with a sample project so we can investigate it further.
Thanks.


Regards,
Hristo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sachin
Top achievements
Rank 1
answered on 04 Dec 2008, 01:58 PM

Hi

below is my code.
on click of btnClosePopupwindow i am hiding the popupwindow.
 

 

<

 

telerik:RadWindow x:Name="PopupWindow" Header="Popup Window" MaxHeight="400" MaxWidth="400" WindowStartupLocation="CenterScreen" CloseMode="Hide">

 

 

 

 

 

 

 

 

 

 

 

<TextBlock x:Name="Ttxtpopup" Text="Functionality Will be Implemented Later" Width="300" Height="250"></TextBlock>

 

 

 

 

 

 

<Button x:Name="btnClosePopupwindow" Width="50" Height="30"  Content="Close" Click="btnClosePopupwindow_Click"></Button>

 

 

 

 

 

 

</telerik:RadWindow>

regards,
Sachin

 

0
Hristo
Telerik team
answered on 04 Dec 2008, 02:20 PM
Hi sachin,

The provided code is not enough to reproduce your case.
Please open a support ticket and attach the project that triggers this error.

Sorry for the inconvenience.


All the best,
Hristo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
sachin
Top achievements
Rank 1
Answers by
Hristo
Telerik team
sachin
Top achievements
Rank 1
Share this question
or