How to get remove title from the Kendo MVC jquery Grid Destroy Command confirmation message ? Please see the attached file. below my grid command. I want to remove "locahost:50144 says" title.
command: [{ className: "btn ez-icon-btn text-danger", name: "destroy", text: "" }]
Can anyone help me how to do that?
FYI, I'm working on ASP.NET MVC with Kendo jQuery Grid. Thanks !
command: [{ className: "btn ez-icon-btn text-danger", name: "destroy", text: "" }]
Can anyone help me how to do that?
FYI, I'm working on ASP.NET MVC with Kendo jQuery Grid. Thanks !