@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.Position()
查询条件
@Html.PositionCondition()
@Html.Hidden("SelectedID")
  • 是否默认:
  • @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_GeneralPurpose, new DropdownListOptions { BindType = DropdownListBindType.SelectAll, ID = "IsDefaultDropDown", Name = "IsDefaultDropDown", OnSelect = "reload" }, new Dictionary { { "data-condition", "dgMinorGraduationConditionPackageList" } })
辅修毕业公式表
@Html.ContextMenuBar("List")
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="MinorGraduationConditionPackageID" }, 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 BoundFieldColumn { FieldName="IsDefaultName", HeaderText="是否默认", Align=AlignStyle.Center, Width=0.04, } }, PageSize = 15, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/MinorGraduationConditionPackage/List"), ID = "dgMinorGraduationConditionPackageList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false })