RadScheduler - 从 EditAppointmentTemplate 捕获约会保存 - Web
我在网络上使用 telerik radscheduler。我想在用户单击 EditAppointmentTemplate 窗口中的“保存”按钮时进行一些验证。是否有任何我可以使用的被触发的事件。我在 WPF 中看到 AppointmentSaving 事件,但在 Web 上却没有。
非常感谢您的帮助。
I use telerik radscheduler on the web. I would like to do some validation when a user clicks on the Save Button in the EditAppointmentTemplate window. Is there any event that gets triggered that I will be able to use. I am seeing AppointmentSaving event in WPF, but not for the web.
Really appreciate your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以订阅 OnAppointmentCommand 事件,如 Telerik 的“使用模板”演示。
You can subscribe to the OnAppointmentCommand event as described in Telerik's "Using Templates" Demo.