@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "WeekModify"; } @section scripts{ }
@Html.DataGrid(new DataGridOptions { Columns = new List() { new CheckBoxFieldColumn{ HeaderText="", FieldName="WeekNum" }, new BoundFieldColumn { FieldName="WeekNum", HeaderText="上课周次", Align=AlignStyle.Center } }, IsAutoLoad = false, MaxHeight = 450, IsCheckOnSelect = true, ID = "dgWeekList", IsPagination = false, IsShowRowNumbers = true, IsSingleSelect = false })