As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I have a .net mvc 2 web application. I deployed this application using aspnet_compiler and a nant build file
Every example I\'ve run across demonstrating paging and sorting assume that the controller action that populates the grid does a getAll开发者_开发技巧 on the datasource.However in my application I am
I have a MVCContrib grid that shows selected properties from an Account object.I want the user to select a row and be taken to another page to view the full properties of the object represented by the
Topic question: If i already have helper which returns me image according with parameter (true or false)
Has anyone come across a good solution for using ./Views/Shared/DisplayTemplates and ./Views/Shared/EditTemplates with the MvcContrib.UI Grid?
I\'ve started using Portable Areas from the MvcContrib project. Everything works great with the exception of Visual Studio Intellisense. Has anyone been able to get their View intellisense to work...
I like MvcContrib Grid\'s AutoGenerateColumns feature, however it only seems to work with simple objects.Is it possible to get it to traverse th开发者_Go百科e properties of a complex object? Or is it
May be some one could explain that behavior: I am using CheckBoxList from the latest version of MvcContrib
I am using MVC2 with MvcContrib HelpTester. I have problem with testing Controllers which are in Areas.