@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.Position()
查询条件
@Html.PositionCondition()
  • 是否默认:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_GeneralPurpose, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "IsDefaultDropDown", Name = "IsDefaultDropDown", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgDegreeConditionPackageList" } })
学位公式表
@Html.ContextMenuBar("List")
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="DegreeConditionPackageID" }, new LinkButtonColumn { FieldName="Title", HeaderText="学位公式名称", Align=AlignStyle.Center, Handle="detail", Width=0.12 }, new BoundFieldColumn { FieldName="StudentTypeName", HeaderText="学生类别", Align=AlignStyle.Center, Width=0.04 }, new CheckButtonColumn { FieldName="IsDefault", HeaderText="是否默认", Align=AlignStyle.Center, Width=0.04, EnableFieldName="false" } }, CustomerRowStyleFun = "SetRedGrid", IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/DegreeConditionPackage/List"), ID = "dgDegreeConditionPackageList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false })