摘要:
Kendo UI Web包含数百个创建HTML5 web app的必备元素,包括UI组件、数据源、验证、一个MVVM框架、主题、模板等。本文来看看如何配置Kendo UI Calendar。1、创建新的操作方法来显示视图:public ActionResult Index(){ return View();}2、添加日历WebFormsRazor@(Html.Kendo().Calendar() .Name("calendar") //The name of the calendar is mandatory. It specifies the "id" 阅读全文
posted @ 2013-10-15 10:05
优雅的舞者
阅读(516)
评论(0)
推荐(0)