@(Html.Kendo().Grid(Model) //The grid will be bound to the Model which is the Products table
.Name("BillingGrid") //The name of the grid is mandatory. It specifies the "id" attribute of the widget.
.Columns(columns =>
{
columns.Bound(bh => bh.BillNo);
columns.Bound(bh => bh.BillDate).Format("{0:d}");
columns.Bound(bh => bh.BillSubCode);
columns.Command(command => { command.Edit(); command.Destroy(); command.Custom("Details").Text("Show Details").Action("Details", "Billing"); }).Width(500);
Description: HTTP 404. The resource you are looking
for (or one of its dependencies) could have been removed, had its name
changed, or is temporarily unavailable. Please review the following URL
and make sure that it is spelled correctly.
Requested URL: /Billing/Details
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1