I need to ask for a confirmation (a confirm dialog), when i click the update button of the kendo grid edit popup form. The problem is that using ODATA, i specify the kendoGridConfiguration.dataSource.transport.options.update.url
, and i cant introduce any async logic as a confirmation message. Can you help me?
The same would happen if I wanted to confirm a deletion of an element from the grid using odata.
Thanks!