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

Confirmation message is not updating

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brett
Top achievements
Rank 1
Veteran
Brett asked on 11 Jul 2020, 07:19 AM

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?

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 14 Jul 2020, 10:49 AM

Hi Brett,

I've tried to replicate the reported behavior in this Dojo example but I can't reproduce it. Can you check the linked project and let me know if the experienced on your end behavior is replicable in it? If the popup Window's behavior is the one you expect to have, you can compare the provided implementation with the one in your application. With this, you may identify what is the reason for the reported issue on your end and resolve it.

If the approach used in the above example is different from what you've implemented, I will need a runnable example in which the described issue can be tested? Can you edit the above Dojo in a way I can reproduce the issue with the incorrect value passed to the Window component?  

Regards,
Petar
Progress Telerik

Tags
Grid
Asked by
Brett
Top achievements
Rank 1
Veteran
Answers by
Petar
Telerik team
Share this question
or