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

Some delete confirm in RadAjaxPanel.

2 Answers 70 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Konrad
Top achievements
Rank 1
Konrad asked on 21 Sep 2010, 03:16 PM

Hi,

I have a problem. I put my DataList in RadAjaxPanel, I would like to have some confirm when I press delete button. Normaly when I dont use RadAjaxPanel I use 

<asp:button Id="id" runat="server" OnClick="Delete_Click" Text="Delete" OnClientClick="return confirm('Delete?')"/>
but this fails when put my controls in RadAjaxPanel.

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Sep 2010, 11:58 AM
Hi Konrad,

Go through the following online resources for more information about client confirmation and AJAX:
http://www.telerik.com/help/aspnet-ajax/ajxconfirmation.html
http://demos.telerik.com/aspnet-ajax/ajax/examples/panel/clientevents/defaultcs.aspx

Give them a try and let me know if you need additional assistance.

Sincerely yours,
Pavlina
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
Konrad
Top achievements
Rank 1
answered on 22 Sep 2010, 01:35 PM
Yes, thank you :)
Tags
Ajax
Asked by
Konrad
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Konrad
Top achievements
Rank 1
Share this question
or