c# - 在 Javascript 中绑定(bind) Radscheduler

标签 c# jquery asp.net .net telerik

我需要使用 jquery 绑定(bind) radScheduler 并调用 WebMethod,并将 Json 传递给 DataSource。

我在 Telerik Docs 上进行了搜索,但找不到解决我的问题的方法。

有人可以帮我吗?

最佳答案

From Telerik's Documentation:

When RadScheduler is in Client Side binding mode (Web Services), this method can be used to refresh the control and display the appointments.

// code ..
var scheduler = $find('<%=RadScheduler1.ClientID %>');
scheduler.rebind();
// code ..

关于c# - 在 Javascript 中绑定(bind) Radscheduler,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25009954/

相关文章:

c# - 类设计指南中的算术运算符和方法

c# - 当我需要服务进行 NTLM 身份验证时如何公开 MEX

javascript - rails 4 中的 Ajax 请求更新值

javascript - 如何在jquery中添加多个值?

c# - 我可以延长 session 或实例或控制GC的生命周期吗?

c# - 身份验证表单登录 url 和路由数据

asp.net - WCF 错误 - 意外响应 : (400) Bad Request

c# - 输入为整数小时,输出为正数或负数 hh :mm format

c# - 在 UWP 中使用 Environment.SpecialFolder

javascript - 动态加载的 div 内容中的 jQuery 工具提示