使用 MVC 的 Radscheduler 控件的拖放功能

发布于 2025-01-01 13:22:39 字数 142 浏览 3 评论 0原文

我已经为我的 MVC 应用程序添加了 telerik 的 rad-scheduler 控件。我必须使用调度程序应用拖放功能。我可以看到它已经与 AJAX 一起使用了。我如何与我的 MVC 应用程序合并。我是 MVC 新手.请提供一步一步的解决方案。这对我很有帮助。 谢谢

I have added telerik's rad-scheduler control for my MVC application.I have to apply the drag and drop functionality with the scheduler.I can see thet its already with the AJAX .How can i incorporate with my MVC application.I am new in MVC.Please provide a step by step solution.It will very helpful for me.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三岁铭 2025-01-08 13:22:39

在 JavaScript 上使用 OnClientAppointmentMoveStart 函数。

function OnClientAppointmenMoving(sender, eventArgs){
            //your code. 
        }

并在 HTML 中的 radcontrol 中引用它。

Use OnClientAppointmentMoveStart funntion on your javascript.

function OnClientAppointmenMoving(sender, eventArgs){
            //your code. 
        }

and refer it in your radcontrol in HTML.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文