How to disable the delGridRow's confirmation box ?? because i don't want to inform the changes to the user.
To solve the problem you can just simulate click on the "Delete" button having id="#dData" inside of afterShowForm:
afterShowForm: function ($form) {
$("#dData", $form.parent()).click();
}
See the demo.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With