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

ShowContentDuringLoad doesnt work on postback

3 Answers 61 Views
Window
This is a migrated thread and some comments may be shown as answers.
Raheel Ashraf
Top achievements
Rank 1
Raheel Ashraf asked on 24 Mar 2010, 02:57 PM
I have a RadWindow where I have set ShowContentDuringLoad to be false, so the first time the window loads, i see the loading animation etc but when I click something on the page (i.e. a postback to the same page), I dont see the loading image during the rendering of the postback results..

3 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 24 Mar 2010, 03:17 PM
Are you saying that the loading image doesn't show when a postback is made on the page being displayed in the RadWindow? If so, I can understand why that would be occurring. I believe the ShowContentDuringLoad property is only used when the RadWindow is being opened and you want it to show the loading image until the page has completed downloading. I don't think it applies to the page postbacks or navigation that takes place inside the RadWindow.
0
Raheel Ashraf
Top achievements
Rank 1
answered on 24 Mar 2010, 03:31 PM
thanks but i think it makes more sense for the property to apply to postbacks and link clicking
0
Georgi Tunev
Telerik team
answered on 25 Mar 2010, 11:53 AM
Hello Raheel,

As Robert said, ShowContentDuringLoad affects only the initial loading of the page - that is this functionality's purpose. If you are using Ajax in your content page, you could use RadAjaxLoadingPanel.

Greetings,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Raheel Ashraf
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Raheel Ashraf
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or