I have a RadWidow placed in a WebUserControl. By clicking a LinkButton it will be displayed. But only as a "flash". It disappears after a second or two automatically. I've no idea how to get it on page. Do you have ... ?
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 02 Oct 2007, 12:24 PM
Hello adi,
Can you please clarify how exactly you are calling the RadWindow? Also can you please post here your RadWindowManager's declaration along with the code of your user control?
There is a LinkButton on the UserControl. The LinkButton is on my parent aspx- page. The click opens the RadWindow modal and something is displayed in it. This is the aspx code of my UserControl:
<script language="javascript" type="text/javascript"><!-- function showDialog() {radopen(null, "rWd");} --> </script>
The UserControl is declared in an aspx-page in a AJAX UpdatePanel. But if I set VisibleOnPageLoad it will be displayed. I think that this is not the problem.