@using (@Html.BeginForm())
{
var grid = new WebGrid(Model.review_model, canSort: false, canPage: true, rowsPerPage: 20);
@grid.GetHtml(tableStyle:"table table-bordered tbltxtsml",
mode: WebGridPagerModes.All, //paging to grid
headerStyle: "",
alternatingRowStyle: "alt",
selectedRowStyle: "select",
firstText: "<< First", previousText: "< Prev" , nextText: "Next >" , lastText: "Last >>" , columns:
grid.Columns ( grid.Column( format: @
@item.TR_Name
@item.TR_ReviewDate
@item.TR_Review
))
)
}
@*
Daniel Mir
20/05/2016
Movguru is one place that has helped me sort all my moving issues. I was
really nervous as it was my first move. I did not know which moving company to contact. But thanks
to the professionals at Movguru, I have got everything done without a sweat.
Mizna Gul
20/05/2016
Finding a reliable moving company can be really tiring. I did not know
who
to ask and where to look for a reliable company as there are so many who claiming to be the best.
Then I came across Movguru and talking to the experts really helped me out. All my moving stress
was
gone within minutes.
*@