Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
The close event is triggered before the window gets closed, and can be prevented: $("#window").data("kendoWindow") .bind("close", function(e) { if (!confirm("are you sure?")) e.preventDefault(); });