I have a list that i want to show over my webpage using DataGridView
@model List<Application.Models.Capture>
@{
ViewBag.Title = "ShowList";
}
Found this video and try to follow but cannot create an WebGgrid instance like at the video (not recognized)
Out of my view i can create WebGrid instance but from view not although i have added @using System.Web.Helpers;