@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.Position()
查询条件
@Html.PositionCondition()
等级设置列表
@Html.ContextMenuBar("List")
@Html.PositionBatchModify()
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="LevelSettingID", FieldName="LevelSettingID" }, new BoundFieldColumn { FieldName="ExaminationProjectID", HeaderText="考试科目", Align=AlignStyle.Center , IsHidden=true }, new BoundFieldColumn { FieldName="ExaminationTypeName", HeaderText="考试类型", Align=AlignStyle.Center }, new LinkButtonColumn { FieldName="ExaminationProjectName", HeaderText="考试项目", Align=AlignStyle.Center, Handle = "detail" }, new BoundFieldColumn { FieldName="LevelName", HeaderText="认定结果名称", Align=AlignStyle.Center }, new BoundFieldColumn { FieldName="IsPassStr", HeaderText="是否通过", Align=AlignStyle.Center }, }, IsCheckOnSelect = true, DataSourceUrl = Url.Content("~/LevelSetting/List"), ID = "dgLevelSettingList", IsPagination = true, IsShowRowNumbers = true, IsSingleSelect = false })