How to change the text on Kendo UI Grid destroy or delete command action?
问题 I'm using a KendoUI KendoGrid. I have a column with delete button or "destroy" action. Kendo displays an alert box with the text "Are you sure you want to delete this record?" I need this text to be more specific to my situation. How do you customize this text? Any help would be appreciated. My code for adding the columns is: $reports.kendoGrid( { dataSource: dataSource, pageable: { refresh: true, pageSizes: true }, toolbar: [{ name: "create", text: "Add" }], columns: [ { field: 'name', title