BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@{Html.EJ().Grid<object>("Grid") .Datasource(ds => ds.Json(ViewBag.data)) .AllowPaging() .Columns(col => { col.Field("EmployeeID").HeaderText("EmployeeID").TextAlign(TextAlign.Left).Add(); col.Field("CustomerID").HeaderText("CustomerID").TextAlign(TextAlign.Left).Add(); }).Render(); } |