This project was designed to add functionality and ease-of-use to Microsoft's ASP.NET MVC Framework, MVC Contrib is useful for developers looking to develop and test UI elements on top of the ASP.NET MVC framework.

learn more… | top users | synonyms

0
votes
1answer
11 views

Displaying a literal period following razor syntax

How can I escape the razor engine to print a literal period after my property value? The compiler is interpreting the period as to be followed by a method or property, so it throws an error that ...
0
votes
0answers
9 views

MvcContrib not working on asp.net MVC 4

I have a project with MvcContrib libraries installed (NuGet MvcContrib.Mvc3-ci) I have one embedded view, and an Action that returns that view. The code worked perfectly on asp.net MVC 3, but now, ...
0
votes
0answers
18 views

Problems with MvcContrib grid and query string with multiple identical querystring parameters

I have a page that lists all the members of my site. The user has the ability to filter the members by their state. They can filter by multiple states, which are passed through the query string like ...
0
votes
0answers
37 views

unable to use html.serialize in my view(.vbhtml)

I am new to MVC, I had a requirement to show wizard steps and i was following the code explained in the below link for it. multi-step registration process issues in asp.net mvc (splitted viewmodels, ...
1
vote
1answer
29 views

Configuration Error in asp mvc 2 project. MvcContrib, Version=2.0.96.0

Could not load file or assembly 'MvcContrib, Version=2.0.96.0' or one of its dependencies. I am getting this error on my project which is created by some else and I am debugging this on my computer. ...
1
vote
0answers
21 views

Using / Mocking Request.Url when using MvcContrib TestHelper

I'm using MvcContrib.TestHelper, and initialize my controller like this: var accountController = new AccountController(); var builder = new TestControllerBuilder(); ...
0
votes
0answers
40 views

MvcContrib Grid - Sort - POST

Programming MVC3 I am using MvcContrib Grid component for displaying data. When I click a Column Heading to Sort the Grid by that column my page performs a GET Request GET ...
0
votes
1answer
39 views

mvc3 moq mvccontrib how to moq useragent?

Writting some unit tests and im not finding a way to moq out a useragent string using mvc3, moq, and mvccontrib. Any ideas how to mock the useragent string with moq and mvccontrib? ive been tring to ...
0
votes
0answers
73 views

MVCContrib grid complex header

I have a table, what I want build with MVCContrib. But I don't know how to set complex header like this: How to do that?
1
vote
1answer
64 views

T4MVC is generating namespace for controllers incorrectly

I've just plugged T4MVC (3.5.1) into my ASP.NET MVC3 project. It seems to be generating the wrong namespace in the *.generated.cs files. For example: using System.Web; using System.Web.Hosting; ...
2
votes
1answer
156 views

Integration testing an MVC application without the pain of UI automation

I'm starting development on a new MVC application that will be largely written using TDD. I'd like to add some integration tests to ensure that the fully wired application (I'm using StructureMap for ...
0
votes
0answers
27 views

Share _Layout via reusable dll

Can I share _Layout.cshtml (MasterPage) in separate dll. I am using MvcContrib library for sharing Controllers/Views but do not know how to share _Layout. MvcContrib approach is prefferable
0
votes
1answer
79 views

MvcContrib Grid not listing data, despite it's existence

The following code, located in my view, outputs the following: ViewBag.Count = 4 39d3fe7f-fb1c-4c0f-948e-43093f1d7f85 265ca3c1-9890-4680-b10c-8c7c5e22b26f f07f0aee-3948-473a-873f-74d446030d36 ...
0
votes
0answers
77 views

How to Get Unobtrusive Validation Attributes for a collection

I am trying to validate editable grid with client side validation. The grid has a column contains a text box control from mvccontrip fluenthtml @this.TextBox("SubAccounts[" + i + ...
1
vote
1answer
709 views

Paging and Sorting in Mutliple Partial View with MVC Contrib

I create an application using asp mvc razor + mvc grid. My problem is : i have one view that contain multiple action that return partial view, in each partial view there is a grid that display the ...
0
votes
1answer
113 views

Html.RenderPartial is not rendering view correctly

I create a MvcContrib.UI.Grid in my ASP.NET C# MVC 3 applicatio. I create pageer for this grid.Please see my pager code @using MvcContrib.UI.Pager @using MvcContrib.Pagination @model ...
2
votes
1answer
126 views

MVC Action attribute testing

I have an MVC3 application with the below action. public class FooController : ApplicationController { [My(baz: true)] public void Index() { return view("blah"); } } I can write a test ...
0
votes
0answers
190 views

MVC Contrib grid row styling not working

enter code hereI have a grid of data for which i am using mvccontrib grid. The grid which i need to create have different conditional row based formatting i.e. font text to bold, italize, or line ...
0
votes
1answer
975 views

MVCContrib Grid alternatives for MVC4

I'm working on a greenfield MVC4 project and am in need of a good MVC-grid to support paging and sorting (and i want to handle the paging and sorting myself, not in the grid). I also like the grid to ...
1
vote
1answer
125 views

url.Action with MvcContrib generates invalid links

In our application we use MvcContrib for generating links with the exception of cross area links where Contrib seems to be not working properly (or we are doing something wrong). In services we have a ...
0
votes
0answers
136 views

Grid Filtering in code using linq queries either dynamically or using templates

I have a ASP.NET MVC3 project that I'm working on which basically takes a bunch of data out of the database, and puts it into a MvcContrib grid. I applied ajax and partial views for loading the grid ...
1
vote
2answers
120 views

How to test that an MVC action is only accessible via HTTP POST?

I am using MvcContrib-TestHelper to test the routing on my app. I have an action which is restricted to HTTP POST only: public TestController { [HttpPost] public ActionResult Example() { ...
0
votes
1answer
627 views

Portable Areas in MVC 4

Has anyone gotten Portable Areas working in MVC 4? I have gotten PAs working in MVC 3 by following this tutorial:http://elegantcode.com/2012/04/06/mvc-portable-areas/ However, when changing the ...
0
votes
0answers
176 views

How to set up MVC Contrib Portable Areas?

My question is how do you set up MVC Portable Areas? I already have a project with portable areas, but sometimes one of the portable areas won't load properly. E.g. ...
-1
votes
1answer
345 views

MvcContrib Grid Sorting and paging

seems like I got a trouble when I am using MVCContrib. I am using MVC4 to build a website and I want to show a datagrid that shows all the users My data model is build by ADO.NET Entity Data Model, ...
1
vote
0answers
291 views

ASP.NET MVC - ExpressionHelper.GetExpressionText: Returning wrong property name

My view uses MVCContrib Grid and I need some input fields within it: @(Html.Grid(Model.Items) .RenderUsing(new PostAsListRenderer<ItemModel>("list")) .Columns(c => { c.Custom( ...
1
vote
1answer
259 views

Bind MvcContrib grid contents to view model on postback

A form in my MVC4 application shows order information. The model for the view is OrderViewModel. It has a property Orderlines which is a collection of order lines. I'm using MvcContrib Grid to show ...
2
votes
0answers
67 views

Is it possible to use MVCContrib grid without exposing IQueryable from service?

I did not want to have a method that will return a IQueryable but I also want my paging queries to be executed in the database rather than in memory. This article discusses how to expose only a ...
0
votes
0answers
102 views

MVCContrib Portable Area bundling and mimification [closed]

Is there any way to provide bundling and minification in MVCContrlib portrable areas? I tried some options, but I cannot make it working.
3
votes
1answer
111 views

MVCContrib grid - Can I specify tbody attributes?

I'm trying to use MVCContrib grid together with KnockoutJS. To do this I have to specify data binding in tbody, e.g. <tbody data-bind="foreach: people">. I can't find the way how to do this. ...
0
votes
1answer
180 views

How to access Embedded Resource from code behind in MvcContrib?

I have a Library project which i use it as a portable area project using MvcContrib. Inside the Library project i am accessing a local image from code behind. string imagePath = ...
1
vote
2answers
234 views

Portable Areas have Same Controller/Folders

I'm using MVC 3 and MVC Contrib to have portable areas. The problem is, the portable areas have similar views (e.g. Home, User Management...). For example, each portable area has a Home view ...
3
votes
6answers
304 views

Is there a ready-made data table view library with paging/filtering/sorting?

I'm building a system in MVC that has a lot of heterogeneous data to be displayed: Customers, logs, etc. I'm finding that I'm building the same view over and over again in different forms: Header ...
0
votes
1answer
350 views

MvcContrib grid and checkboxes

Lets say I render a Checkbox: @Html.CheckboxFor(x => x.Checked) // Checked is true by default ASP will turn that as: <input checked="checked" data-val="true" data-val-required="The field is ...
0
votes
1answer
90 views

Issue with StructureMapController

When ever my project is run in debug mode on a local machine, I get the following error Value cannot be null. Parameter name: key. I've tried to debug it to see whats causing the issue but I've ...
2
votes
2answers
587 views

How to get the MVC contrib grid custom colum working with aspx

I am using the MVC Contrib Grid for rendering, sorting and filtering my data grid, but I am having problems now that it has been upgraded for MVC3 and Razor. The Custom method in my columns collection ...
1
vote
1answer
159 views

Unit Test ASP MVC Route with Constraint

I have a route that is defined like this: routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", ...
1
vote
0answers
71 views

Why isn't there ActionLink in MvcContrib.FluentHtml?

While perusing through the various helpers for MvcContrib's FluentHtml project (and loving the composability of it all), I realized that there was no option for creating anchor tags that go to ...
0
votes
1answer
337 views

Using MvcContrib's strongly typed RedirectToAction with an anchor tag (hashtag)?

I'm using MvcContrib's strongly typed RedirectToAction() to redirect from one controller action to another, while avoiding magic strings in my application flow, like so: ...
2
votes
2answers
358 views

Does MVCContrib support MVC4?

Does MVCContrib support MVC4? I am trying to use it in my project. Can any one help me with an example?
0
votes
1answer
169 views

MvcContrib namespace not visible in Views

I use MvcContrib Portable Areas, everything is ok, but I decided to use MvcContrib Grid. I have MvcContrib.dll and MvcContrib.FluentHtml.dll referenced to all projects of my solution. The problem is ...
0
votes
2answers
127 views

Issue while testing route entries using mvccontrib test helper in MVC4

I am trying to write test methods for Route entries and in my route config there were a lot of entries for different action. I am using MvcContrib.TestHelper for Testing . I am new to MVC as well as ...
1
vote
0answers
677 views

ASP.Net & MVC 4 MvcContrib.UI.Grid - @Html.Action (PartialViewResult) vs @Html.Partial

We're currently testing MvcContrib.UI.Grid and it seems to suit our needs well. What is intriguiging is that @Html.Grid's sorting action links don't work if we call view through @Html.Action -syntax ...
0
votes
1answer
52 views

Can I send a message from the web app to a portable area on MvcContrib.Bus

Before I get too stuck in, I wondered if anyone had done this. All the examples I look at of MvcContrib.Bus show the message being sent by the portable area, to the host. I would like to be able to ...
0
votes
1answer
50 views

AssertionException: Value for parameter didn't match

I've not used the MvcContrib for unit testing before and I'm having a bit of trouble running some of the tests. I have the following test method: [TestMethod] public void ...
2
votes
3answers
2k views

MVC4 and MVCContrib

Does MVCContrib currently support MVC4? I am having a first look at switching a project from MVC2 to MVC4 and having some issues with Portable Areas.
3
votes
1answer
287 views

Portable Areas Vs Multi project Areas?

Can you please tell me advantages/drawbacks of these two implementations? My context : We have a large project which includes many differents domains. Each domain will naturally be an Area. But many ...
1
vote
1answer
215 views

T4MVC, is it outdated? Still good? If not what else to use?

Folks, As of today should I introduce T4MVC in my project or use strongly typed goodness from MvcContrib? return RedirectToAction(MVC.MyController.MyAction()); or return ...
0
votes
0answers
140 views

MVCContrib Grid custom column parsing list<model> records

I'm mapping my MVCContrib grid to a Viewmodel that includes a List <> of another model: The grid maps the following viewmodel: public class UsuariosViewModel { [ScaffoldColumn(false)] ...
0
votes
0answers
213 views

MVCContrib GridView sort float

For some reason my "gridview" wont sort by a float property called "MonthlyVoteRatio".. is this a known problem? col.For(e => e.MonthlyVoteRatio).Sortable(true); The class of the object ...

1 2 3 4 5 7