Completed
Last Updated: 20 May 2019 11:52 by ADMIN
ADMIN
Danail Vasilev
Created on: 22 May 2015 10:30
Category: Button
Type: Feature Request
19
ADD a confirm dialog in RadButton
You can configure the confirm dialog through a ConfirmText property that defines the confirmation text. The boolean result can be exposed in the arguments of the click event. If there is a RadWindowManager on the same page a radconfirm should be used otherwise - the browser one.

For the time being the functionality can be achieved manually as illustrated in this demo - http://demos.telerik.com/aspnet-ajax/button/examples/confirm/defaultcs.aspx
5 comments
ADMIN
Rumen
Posted on: 20 May 2019 11:52
Hi Everybody,

I am bringing good news that as of R2 2019 (version 2019.2.514) the long awaited confirmation dialog feature is available in RadButton and its counterparts CheckBox, ImageButton, LinkButton, PushButton and ToggleButton.

You can play with the feature at 

https://demos.telerik.com/aspnet-ajax/controls/examples/integration/buttonconfirmdialog/defaultcs.aspx?product=button 

as well as check the release notes at

https://www.telerik.com/support/whats-new/aspnet-ajax/release-history/ui-for-asp-net-ajax-r2-2019-(version-2019-2-514).


Best regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Andres
Posted on: 21 Jun 2018 08:49
I'm waiting too.
Alfredo
Posted on: 09 Sep 2017 21:41
I'm waiting for this feature.
Roger
Posted on: 22 Aug 2017 14:02
This feature has been approved approx. 2 years ago. It would be really convenient and time saving.
Any update when we can expect it?
Thanks!
David
Posted on: 01 Sep 2015 13:27
I would think that imbedding the javascript functionality into the control, as shown in the above demo,  would be a rather easy update.

And to clarify: this includes adding a 'ConfirmTextFormatString' and 'ConfirmTextDataFields' in order to customize the resulting dialog.