This is a migrated thread and some comments may be shown as answers.

How to change delete confirmation message title kendo jQuery grid?

1 Answer 1885 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Liton
Top achievements
Rank 1
Veteran
Liton asked on 28 Aug 2020, 09:51 AM
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 !

1 Answer, 1 is accepted

Sort by
0
Alex Hajigeorgieva
Telerik team
answered on 31 Aug 2020, 09:16 AM

Hello, Liton,

The Kendo UI Grid editable.confirmation can be set to a string which will be used as the delete confirmation message:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/editable.confirmation

Kind Regards,
Alex Hajigeorgieva
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Liton
Top achievements
Rank 1
Veteran
Answers by
Alex Hajigeorgieva
Telerik team
Share this question
or