用于销毁命令的Kendo Grid自定义确认消息框

时间:2014-02-09 12:34:43

标签: asp.net-mvc-4 command kendo-grid destroy confirmation

如何使用自定义确认框/消息替换默认的Kendo UI Grid Destroy命令确认框?

我正在研究ASP.NET MVC4应用程序。我想显示自定义确认而不是默认。

1 个答案:

答案 0 :(得分:0)

我认为你无法取代它,但你仍然可以改变它的信息:

editable: {
 mode: "incell",
 confirmation: "Are you sure?" // the confirmation message for destroy command
},