Ok so i\'m using the MVCContrib grid trying to override the start of a row and the end of a row. It\'s not working as advertised. I\'m reasonably sure it\'s me doing something silly.
Let us say I have a bunch of checkboxes above my grid. posting their values (if selected) is no problem. I can also manipulate the the query strings that the pager uses for a GET request like this:
Code below works great with aspx view engine, i am trying to convert it to razor as below. Problem is first column do not show up.
I have the following controller action: public ActionResult Edit(int id) { var news = newsRepository.GetNewsByID(id);
I am tinkering with the MVCContrib Grid and am stuck on how to format a row of data in the grid based on the data.
I have installed mvccontrib using nuget with the usual install-package mvccontrib, but i notice there is no testhelper there. Is there some other way or 开发者_JAVA技巧flag that i have to use to insta
I am able to use the MVCContrib Grid Pager as in the following sample Html.Pager(Model.CustomerList) .First(\"First\")
I am on a team with some other folks working on an asp.net mvc2 web app and are utilizing portable areas from the mvccontrib library to seperate sections of our app into different projects. My questio
I have the following partial view code @model IEnumerable<PDoc.Web.Models.UserDocModel> @using MvcContrib.UI.Grid;
Fetch should be the last clause in Linq based on Mike Hadlow\'s blog post: Note that if you want to mix Fetch