@model EMIS.ViewModel.DegreeManage.DegreeSetting.DegreeConditionPackageView @using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.Title): |
@Html.TextBoxFor(x => x.Title, new TextBoxOptions()
{
IsRequired = true
},
new Dictionary |
||
@Html.LabelFor(x => x.StudentTypeID): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.CF_STUDENTTYPE, x => x.StudentTypeID) | @Html.LabelFor(x => x.IsDefault): |
@Html.CheckBoxFor(x => x.IsDefault, new Dictionary |
@Html.LabelFor(x => x.DegreeCondition): |
@Html.ContextMenuBar("Settings")
@Html.DataGrid(new DataGridOptions
{
Columns = new List |