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
Boolean|Object
Specifies whether the dialog should show a modal overlay over the page.
<div id="dialog"></div> <script> $("#dialog").kendoDialog({ title: "Kendo Dialog Component", content: "This is your Kendo Dialog.", modal: true }); </script>