[5]Telerik Extensions for ASP.NET MVC 开发问题

1.Controller获取不到checkedNodes的问题

HTML
 @(Html.Telerik().TreeView()
        .Name("TreeView")
        .ShowCheckBox(true)
Controller
[AcceptVerbs(HttpVerbs.Post)]
public ActionResult CheckBoxSupport(List<TreeViewItem> TreeView_checkedNodes)//命名规则:要和Name一样,否则获取不到值
{
return View(GetRootEmployees());
}

2.属性

上一篇:强大的矢量图形库:Raphael JS 中文帮助文档及教程


下一篇:hdu 1520 Anniversary party 基础树dp