BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
@(Html.EJ().Grid<TestGridCheckBox.Models.OrdersView>("Selection") .Datasource((IEnumerable<object>)ViewBag.datasource) .AllowPaging() .AllowSelection() .Columns(col => { col.Type("checkbox").Width(50).Add(); col.Field("OrderID").IsPrimaryKey(true).Width(80).TextAlign(TextAlign.Right).Add(); col.Field("CustomerID").HeaderText("Customer ID").Width(75).Add(); col.Field("EmployeeID").HeaderText("Employee ID").Width(75).TextAlign(TextAlign.Right).Add(); col.Field("Freight").HeaderText("Freight").Format("{0:C}").Width(75).TextAlign(TextAlign.Right).Add(); }) ) |
Hi,
Thanks for replying.
This answer works for me.
Could you change the case of "checkbox" in your help it's not correct.
Thanks for you're help,
Cholet