我需要使用jQuery将radScheduler与调用WebMethod绑定,并将Json传递给DataSource。

我已经搜索了Telerik Docs,但是找不到解决我问题的方法。

有谁能够帮助我?

最佳答案

Telerik's Documentation
  
  当RadScheduler处于客户端绑定模式(Web服务)时,这
  方法可用于刷新控件并显示
  约会。


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

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

10-11 18:34