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
Hello,
starting from the example in this page http://www.telerik.com/kendo-angular-ui/components/dialog/service/#toc-specify-custom-actions ,
there is a way to assign a custom action for the [x] close button? I have to assign a guard before close dialog
Thank's
Hello Domenico,
You could subscribe to the DialogCloseResult which will fire when clicking the [x] icon. A sample which shows the behavior: http://www.telerik.com/kendo-angular-ui/components/dialog/service/#toc-usage.