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

Show rad window on page load event

1 Answer 245 Views
Window
This is a migrated thread and some comments may be shown as answers.
Prassin
Top achievements
Rank 1
Prassin asked on 20 Jun 2012, 09:47 AM
Hi All,


I need to appear the rad window on my page load event. that time the other controls need to disable.

Regards,

Prassin

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Jun 2012, 10:17 AM
Hi Prassin,

Try setting VisibleOnPageLoad property of RadWindow to true to load the RadWindow when the page is loaded. Set the Modal property of RadWindow to true to disable all other controls when the RadWindow is visible.

ASPX:
<telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true" Modal="true">
</telerik:RadWindow>

Hope this helps.

Thanks,
Princy.
Tags
Window
Asked by
Prassin
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or