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

RadWindow disappears momentarily in IE

6 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
neebs
Top achievements
Rank 2
neebs asked on 21 Jan 2010, 07:27 AM
I have implemented a form similar to that shown in the demo here:
http://demos.telerik.com/aspnet-ajax/window/examples/internalcontent/defaultcs.aspx

In the main window I display a grid and when a row is selected in the grid I either open a rad window with detailed information in the form of another grid, or I refresh the grid in the radwindow grid, if it is already open. This is all ajaxified such that when this operation occurs, I see the RadAjaxLoadingPanel spinning when the radwindow data is being refreshed. However, most annoyingly, the radwindow disappears momentarily when during the refresh operation, in Internet Explorer. It doesn't seem to happen that way in Chrome, i.e., the window never disappears. Is this by design, and is there a way to prevent that?

Steve

6 Answers, 1 is accepted

Sort by
0
neebs
Top achievements
Rank 2
answered on 21 Jan 2010, 08:09 AM
More on this: It appears to be a payload issue, or a server utilization issue. The period of time which the radwindow is not visible is proportional to the amount of data to be displayed in the grid. In fact if I comment out the rebind, it disappears for a very short time. Don't know the significance of this tho.
0
Georgi Tunev
Telerik team
answered on 26 Jan 2010, 09:29 AM
Hello Steve,

From the information that you provided so far, it seems that you update the RadWindow as well, is this so? If this is the case, it is possible that this is the reason for the problem.
If this is not the case, please open a support ticket and send a small sample project (make sure it can be run locally) that reproduces your exact setup and the problem itself - we will check it right away and do our best to help.


Best wishes,
Georgi Tunev
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.
0
neebs
Top achievements
Rank 2
answered on 26 Jan 2010, 05:42 PM
Yes, I am updating the grid in the RadWindow. Is this the expected behavior?
0
Georgi Tunev
Telerik team
answered on 29 Jan 2010, 11:03 AM
Hi Steve,

You should upgrade the grid only, not the RadWindow control. If this is not the case, I would like to ask you again to open a support ticket and to send us a reproduction project so we could have a better view over your exact setup and logic.


Regards,
Georgi Tunev
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.
0
neebs
Top achievements
Rank 2
answered on 31 Jan 2010, 07:31 PM
Yes, I am updating the window, specifically the text that appears in the title bar.

Steve
0
Georgi Tunev
Telerik team
answered on 01 Feb 2010, 11:51 AM
Hello Steve,

In such case, this behavior is expected - when you update the window, it's been redrawn. To avoid that, I would suggest to use the client-side set_title() method.


Sincerely yours,
Georgi Tunev
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
neebs
Top achievements
Rank 2
Answers by
neebs
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or