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

turn off Delete Command confirmation alert

3 Answers 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fran
Top achievements
Rank 1
Fran asked on 14 Jan 2011, 12:43 AM
Is there a way to turn of the javascript delete confirmation?  Also it would be nice if the Delete Command could be configured to be a link instead of post.  That way you could send the user to a confirmation page that shows affected related objects to the object being deleted.  Then the post could be issued from the confirmation page.

3 Answers, 1 is accepted

Sort by
0
oliwa
Top achievements
Rank 1
answered on 28 Jan 2012, 07:06 PM
I'm not finding a way to do this either.  Is this possible?
0
Petur Subev
Telerik team
answered on 30 Jan 2012, 02:56 PM
Hello Brian,

You can configure whether to display the delete confirmation or not, using the Editable method this way:
.Editable(editing => editing.DisplayDeleteConfirmation(false))


All the best,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
oliwa
Top achievements
Rank 1
answered on 30 Jan 2012, 03:02 PM
Thanks!
Tags
Grid
Asked by
Fran
Top achievements
Rank 1
Answers by
oliwa
Top achievements
Rank 1
Petur Subev
Telerik team
Share this question
or