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

How to disable replacing alert, confirm and prompt dialog boxes feature?

1 Answer 109 Views
Window
This is a migrated thread and some comments may be shown as answers.
BlackStar
Top achievements
Rank 1
BlackStar asked on 22 Aug 2008, 08:04 AM
Hello!

Is there any way to remove html code which rendered by RadWindow for replacing alert, confirm and prompt dialog boxes?

I don't need in html code with templates for alert, confirm and prompt dialog boxes in result page.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Aug 2008, 08:17 AM
Hi BlackStar,

You can do this by providing empty templates in the RadWindowManager's declaration:

<telerik:RadWindowManager ID="RadWindowManager1" runat="server"
    <PromptTemplate> 
    </PromptTemplate> 
    <AlertTemplate> 
    </AlertTemplate> 
    <ConfirmTemplate> 
    </ConfirmTemplate> 
</telerik:RadWindowManager> 


All the best,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
BlackStar
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or