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

PageLoad event IN IE (RadWindow)

5 Answers 72 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ratndeep
Top achievements
Rank 1
Ratndeep asked on 04 Jun 2009, 06:40 AM
Hi,
    I am openoing a page in radwindow .when first time i open page page load event
is fired but after closing the radwindow and on again opening it pageload event not fired.
i am using IE 7.0 but in firefox pageload event is fired..
Please Help.

5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 04 Jun 2009, 06:51 AM
Hello Ratndeep,

Make sure that ReloadOnShow is set to true and ShowContentDuringLoad is set to false for the RadWindow that you are using and your app will behave as expected.


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ratndeep
Top achievements
Rank 1
answered on 04 Jun 2009, 07:09 AM
I am extremly happy the way u respond very quickly.
Thanks a lot.Your suggestion has solved my problem.
I really appreciate your service and i guess at no other place you can get fast response as u get here.
our compnany uses many of your products mainly baecause of your service.
Thanks a lot again
0
Shweta S
Top achievements
Rank 1
answered on 09 Jul 2009, 04:34 PM
Hi,

Even after setting the two properties mentioned above, the page load event doesn't fire. Here is my code:

    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Default" Behavior="Close, Move, Reload, Resize"
        Modal="true" KeepInScreenBounds="true" ReloadOnShow="true" VisibleStatusbar="false" DestroyOnClose="true"
        VisibleTitlebar="False" Title="" Height="16px">
        <Windows>
            <telerik:RadWindow ID="RadWindow1" runat="server" Skin="Default" Modal="true"
                ReloadOnShow="true" OnClientClose="onCloseRadWindow" ShowContentDuringLoad="false" />
        </Windows>
    </telerik:RadWindowManager>

Can you identify what is wrong here?
Thanks,
Shweta
0
Georgi Tunev
Telerik team
answered on 10 Jul 2009, 06:03 AM
Hi Shweta,

The code looks fine so I guess that the reason is in the rest of the logic. Please open a support ticket and send me a sample project so I can investigate. Just make sure that the project can be run locally and attach it to the support thread.



Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Shweta S
Top achievements
Rank 1
answered on 10 Jul 2009, 02:39 PM

I am sorry but I'm sure you'll understand the confidentiality issues behind sharing a project. Also, I don't have the time to create a sample project just for this question. Just wanted you to know that the solution provided in this thread does not ALWAYS work. There is no logic in the code-behind that resets or changes any of these properties.

Thanks.

Tags
Window
Asked by
Ratndeep
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Ratndeep
Top achievements
Rank 1
Shweta S
Top achievements
Rank 1
Share this question
or