kendo.alert should be able to return a promise.
Consistency is so import in these types of frameworks.
Hi, Travis,
Until we have implemented promises, you may programmatically bind to the hide event of the alert:
kendo.alert("My Alert!").bind("hide", function(){
console.log("the alert was hidden by the user")
});
Here is a sample Dojo that demonstrates this in action:
https://dojo.telerik.com/uxIyEKuJ/2
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/.