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

use RadWindow in radAjaxPanel.alert

3 Answers 128 Views
Window
This is a migrated thread and some comments may be shown as answers.
André Azevedo
Top achievements
Rank 1
André Azevedo asked on 19 Aug 2010, 10:53 AM
hi,

i wold like to know how can i use a radWindowManager to replace the standard window that apears when i call a radAjaxPanel.Alert.

thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 19 Aug 2010, 11:02 AM
Hello André,

radAjaxPanel.Alert calls the standard alert dialog. If you want to call radalert() from server-side code, you need to output JavaScript that would call this function on the client. Please check this blog post for more information on the subject.


Kind regards,
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
0
André Azevedo
Top achievements
Rank 1
answered on 19 Aug 2010, 11:55 AM
hi again,

thanks for the fast answer.
That solution resolves the problem of calling the RadAlert, but it closes a radgrid edit popup that i need to remain open.
The complete situation  is that i have a radGrid inside a RadUpdatePanel and in the grid i have e popup edit form, that i make some verification and if it doesn't pass i show the RadAjaxManager Alert. but i want to change the alert window from the traditional ie window to a radwindow, as we do in the delete confirm.

thanks in advance.
0
André Azevedo
Top achievements
Rank 1
answered on 19 Aug 2010, 02:06 PM
Hi again,
 
the solution that you presented solved the problem, o form was closing because of another thing.

thanks
Tags
Window
Asked by
André Azevedo
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
André Azevedo
Top achievements
Rank 1
Share this question
or