Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
MCP Servers
AI for UI
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hello
How can I set a RadScheduler modal window to 'movable' by the user like a RadWindow?
My users are confused that the can move other RadWindow modal windows but not the one from the scheduler.
Thanks
Ruggero De Pellegrini
<
script
src
=
"http://code.jquery.com/jquery-1.9.1.min.js"
></
>
"https://code.jquery.com/ui/1.9.2/jquery-ui.min.js"
integrity
"sha256-eEa1kEtgK9ZL6h60VXwDsJ2rxYCwfxi40VZ9E0XwoEA="
crossorigin
"anonymous"
telerik:RadScriptManager
runat
"server"
ID
"RadScriptManager2"
EnableEmbeddedjQuery
"false"
Scripts
asp:ScriptReference
Assembly
"Telerik.Web.UI"
Name
"Telerik.Web.UI.Common.Core.js"
/>
"Telerik.Web.UI.Common.jQueryExternal.js"
"Telerik.Web.UI.Common.jQueryPlugins.js"
</
function
OnClientFormCreated(sender, args) {
if
(args.get_formElement().classList.contains(
'rsAdvancedModal'
)) {
$(args.get_formElement()).draggable();
}
telerik:RadScheduler
RenderMode
"Lightweight"
AdvancedForm-Modal
"true"
OnClientFormCreated
"OnClientFormCreated"
"RadScheduler1"