使用 MVC 的 Radscheduler 控件的拖放功能
我已经为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 JavaScript 上使用 OnClientAppointmentMoveStart 函数。
并在 HTML 中的 radcontrol 中引用它。
Use OnClientAppointmentMoveStart funntion on your javascript.
and refer it in your radcontrol in HTML.