@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "GroupScore"; } @section scripts { }
@Html.TextBox(new TextBoxOptions { ID = "Score", Name = "Score", OnChange = "", Validator = new OnlyMoneyValidator() }) | |
@Html.DataGrid(new DataGridOptions
{
Columns = new List |