I want to use radalert to give the user a message that if he could add the record or not. I use AJAX for this button and it triggers RadGrid. It must give the message without reloading the page.
Another problem is about radconfirm. As above, it must appear without reloading the page.
Thanks...
3 Answers, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 02 Mar 2009, 10:18 AM
Hi Hürkal,
I suggest to check the following KB article that shows how to use radconfirm with RadGrid:
http://www.telerik.com/support/kb/aspnet-ajax/grid/replacing-the-default-confirm-dialog-for-radgrid-with-radwindow-confirm.aspx.
Please note that in RadGrid for ASP.NET AJAX, RadGrid now supports showing confirmation dialog with RadWindow. You will need to set ConfirmDialogTypeproperty to RadWindow and place a RadWindowManager in the page. RadGrid will display a RadWindow confirmation dialog. You can additionally configure the RadWindowManager control. If there is no RadWindowManager control, RadGrid will ignore this property and will display the default confirm dialog. When ConfirmDialogType is set to "RadWindow" RadGrid allows additional customization -- the dialog title can be configured through ConfirmTitle property.