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

ShowContentDuringLoad

1 Answer 69 Views
Window
This is a migrated thread and some comments may be shown as answers.
Vic
Top achievements
Rank 1
Vic asked on 14 Sep 2009, 04:06 PM
Is it possible to define this via JavaScript?  I havent been able to find anything in the documentation anywhere.  I am reusing the same window manager and need some windows to show content and others to show the loading panel and would like to be able to set this in my js script if possible?

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 17 Sep 2009, 07:21 AM
Hi Vic,

In your case I recommend you use this approach :
<script type="text/jscript"
    function search(clickedButton) 
    { 
        var oWindow = radopen("http://www.telerik.com""RadWindow1"); 
        oWindow.set_showContentDuringLoad(true); // Or false
    } 
</script> 

I hope this helps.

Best wishes,
Fiko
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
Vic
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or