I'm using the Kendo Grid to list user data. An issue has been discovered. When a user clicks the delete button, a verification message comes up stating, "Are you user you want to delete, user Joe Blow". If I click cancel, and try a different user "Sally Smith", the error message will be, "Are you user you want to delete, user Joe Blow". I checked the function and the correct data is going into function.
I went through the code in Chrome debugger and I found out that the error message is coming back from code on: https://kendo.cdn.telerik.com/2020.1.219/js/kendo.all.js
I do have a function that resets the values to "". However, the data is not getting update when it goes to kendo.all.js. How can I reset the data when it goes there?