阅读背景:

HTML5 Web app开发工具Kendo UI Web教程:如何配置Kendo UI Calendar

来源:互联网 
public ActionResult Index()
{
return View();
}
<%: Html.Kendo().Calendar()    .Name("calendar") //The name of the calendar is mandatory. It specifies the "id" attribute of the widget.    .Min(new DateTime(2010, 1, 1, 10, 0, 0)) //Set min time of the calendar    .Max(new DateTime(2010, 1, 1, 20, 0, 0)) //Set min date of the calendar    .Value(DateTime.Now) //Set the value of the calendar%><%



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: