简体   繁体   中英

Kendo Grid Custom Delete confirmation messages

I am using Kendo MVVM. I have a grid with basic functionalities like Add, Edit Delete. For delete, I use the below code. I get a javascript confirmation message when I click on delete. Instead, I need a Kendo Confirmation message with customized text. Can someone help me with this?

My code for delete.

,{
    command: [{
         name: 'destroy',
         text: ''
   }]                       
 }

You can find information on this functionality in the Kendo UI for JQuery documentation page Customize Confirmation Window

To achieve this behavior, use the Kendo UI templates, the Window, and the remove dataSource method of Grid.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM