Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
284 views

Using HTML.Grid to display child object

I have an ASP.NET MVC application that is using a single view to display the properties and children (with their properties) of a model entity. My model looks something like this: public class ...
3
votes
2answers
614 views

How to make a pager with MVCContrib and Razor?

I have a pager as follows: @using MvcContrib.UI.Pager @model MvcContrib.Pagination.IPagination <p/> @Html.Pager(Model).First("First").Last("Last").Next("Next").Previous("Previous") ...
3
votes
1answer
619 views

ASP.NET MVCContrib Grid with Ajax

Where can I find some sample projects that show jquery ajax integrated with the MVCContrib Grid?
3
votes
1answer
2k views

Advanced Column Rendering for MVCContrib Grid with MVC3 Razor

I'm trying to build a custom column for an MVCContrib grid, but an getting tripped up by the Razor syntax. Here is my code for building a custom column: @{Html.Grid(Model).Columns(column => { ...
3
votes
1answer
2k views

Problem with razor view and mvccontrib grid pagination

I have the following partial view code @model IEnumerable<PDoc.Web.Models.UserDocModel> @using MvcContrib.UI.Grid; @using MvcContrib.UI.Pager; @using MvcContrib.Pagination; <div ...
3
votes
1answer
1k views

MVCContrib Grid - how to add and delete rows with ajax?

I'm wondering what's the best strategy to delete a row in MVCContrib generated grid. Consider this grid: Html.Grid(Model.Proc.Documents).Columns(column => { column.For(c => ...
3
votes
1answer
554 views

Can footers be added to MVCContrib grids?

I'd like for my column header to also be footers using MVCContrib grid. How can I add footers? <% Html.Grid(Model).Columns(col => { col.For(c => c.sub_id).Named("Id"); col.For(c => ...
2
votes
1answer
1k views

MvcContrib Grid with Razor

I have an intersting question. I'm going to use Razor in my asp.net mvc site. I need to create a grid column with render action. But how can I do it? Here is the code: @{ ...
2
votes
1answer
258 views

Overriding the default 'No Data' Message in MVCContrib Grid

Is it possible to override the default 'There is no Data available' message in MVCContrib Grid with a custom message?
2
votes
2answers
1k views

MvcContrib Grid and Display/Edit Templates

Has anyone come across a good solution for using ./Views/Shared/DisplayTemplates and ./Views/Shared/EditTemplates with the MvcContrib.UI Grid? I guess I could wireup a CustomItemRenderer, but I would ...
1
vote
1answer
34 views

MVCContrib Grid Condtional Column Showing Different Types

I know how to show a link on an MVCContrib Grid column by using Html.ActionLink, but what I want to do is to base on the value of a field where if the field has a value = false then show text and if ...
1
vote
2answers
48 views

How do I Pass a Variable from one Controller to another using MVC Contrib?

Jeremy Skinner has a blog and a video about exporting a spreadsheet from MVC Contrib. The problem is there is no filtering done in his video or blog. In the controller associated with page containing ...
1
vote
0answers
129 views

MvcContrib grid on jquery UI dialog

My goal is to have a text field and a button beside it that represents a lookup field (instead of combobox/dropdown) for many to one entities on edit form. When I click on the button, I am trying to ...
1
vote
1answer
99 views

Ninject and MVCContrib GridModels

I am sure there has to be an easy way to do this, but I just cant seem to get my head around it. I am using the MVCContrib Grid control to display a number of grids in a 3 tier application I am ...
1
vote
2answers
384 views

Server side paging with MVCContrib grid

I have to use stored procedures to fetch and page data. This particular stored procedure has all sorts of parameters, including paging information. Obviously, paging needs to be done server side, one ...
1
vote
0answers
196 views

ModelBinding a List of ViewModels with the MvcContrib Grid

I'm trying to bind a list of model objects to a grid using the MvcContrib Grid helper. Obviously, emitting an HTML table is easy enough, but I'm struggling with returning all the selected rows (or all ...
1
vote
1answer
370 views

How to use a custom column in a Mvccontrib Grid Model?

I am using a ASP.NET MVC 3 Mvccontrib grid like so: @Html.Grid(Model).Columns(column => { column.For(x => x.UserId).Named("ID"); column.For(x => x.Name); ...
1
vote
1answer
647 views

Asp.net MVC GridView edit columns option

I have the view : <%= Html.Grid(Model.data).Columns(column => { column.For(x => x.results) .Action(item => Html.ActionLink(item.results,"Edit").ToString(), item => ...
1
vote
0answers
71 views

Making changes in mvccontrib grid for the displaying the records horizontally in mvc

I just want to ask about the display of records in mvccontrib grid in horizontal direction is it possible if yes how we can do it. Thanks.
1
vote
2answers
424 views

Problem with IEnumerable in View

I have a view that enumerates over a model. Outside of the grid that enumerates over the model, I want to have a create link that accepts a parameter of MeetingActionId, that will bind the ...
1
vote
2answers
490 views

MvcContrib grid conditional cell formatting based on model value

I need to conditional formatting a cell value based on a boolean value in the model. I have the column col.For(item => item.Detail); If item.Unfinished I need to apply some css style How can I do ...
1
vote
4answers
592 views

ASP.NET MVC grid/table

public class Person { public string First { get; set; } public string Last { get; set; } public int Age { get; set; } public IEnumerable<Child> Children { get; set; } } public ...
1
vote
1answer
1k views

How to style rows in the MVCContrib Grid based on their data?

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. For example, say we have a grid of products, where each product has data fields like ...
1
vote
2answers
553 views

mvc contrib pager question - AsPagination

I might be wrong but is the AsPagination method not very inefficient as it sucks all the data from a repository first to initialise TotalItems etc.? So paging is not used to make the data access more ...
1
vote
1answer
682 views

Strange problem Ajax enabled MVCContrib Grid pager

Let's explain the context: I have a person form inside a jquery dialog that has some tabs to group informations related to this person (Personal data, addresses, emails, position, etc.) One of the ...
1
vote
2answers
516 views

MVCContrib grid - sorting a custom column

Just started learning to use the grid so please excuse me for the possibly trivial question. How can I sort by a column that uses another table property? For ex. column.For(cust => ...
1
vote
0answers
299 views

Passing A Lambda into a method with MVCContrib

I have a method in my class that takes a bool and returns a string so that the user doesn't see true or false in the view. I am then trying to use this method in the MVCcontrib grid public string ...
1
vote
2answers
1k views

Html.Grid containing checkbox per row

I am using Html.Grid in my asp.net MVC2 application. The grid contains checkboxes per row. <%= Html.Grid<MyViewModel>(Model.MyList) .Columns( column => { ...
1
vote
1answer
642 views

Format boolean column in MVCContrib grid

HI, I am using the MVCContrib grid and I would like to display images depending on the values of a column, e.g.: if the column's value is null display the image "<img src="true.gif">" ...
1
vote
1answer
68 views

MvcConrib Grid's Sortable property don't seems to to do any effect

I need a way to generate the header texts in the grid as sortalbe link. Do I need to use custom renderer to get this behavior?
0
votes
1answer
17 views

mvccontrib grid - How to add <tr> id

I want to add an id to the "tr" elements of the mvccontrib grid I build: <tr id="0"/> <tr id="1"/> so if the table contains 10 rows, the ids are 0 through to 9. One way is to add an ...
0
votes
1answer
95 views

Highlight Selected row in MvcContrib Grid using JQuery

I am new to MVC and jQuery. I have a MvcContrib Grid. I have a select link that selects the row to bring data so I already have a function on that click. Can I add a selected row highlight to the same ...
0
votes
1answer
87 views

Using Contains() on an IQueryable built with Dapper (with MVCContrib Grid)

I've got the following ActionResult in a ASP.NET MVC 3 project: public ActionResult Index(string searchWord, GridSortOptions gridSortOptions, int? page) { var userListModel = new ...
0
votes
2answers
139 views

Multiple Html.ActionLink() within single MvcContrib.Grid column in MVC3

I'm trying to wrap my head around the proper syntax to achieve the following--or at least to find out if it's even do-able or if there is a better alternative solution. Ok, out of the box, when you ...
0
votes
0answers
83 views

Formatting MVC Contrib Grid

I am creating my first MVC Contrib Grid, and am having a few issues with formatting. I have had to use some html to create one of my columns as it was the only way I could get it the way I wanted it, ...
0
votes
1answer
80 views

MVC Contrib Grid populate without model

I am looking at an example of how to use MVC Contrib Grid : http://www.4guysfromrolla.com/articles/031611-1.aspx I am already using a @model on the page for something else, and I want to be able to ...
0
votes
1answer
136 views

MvcContrib Grid - Change multiple row colours based on a value in that row

I have a mvccontrib grid and need to change the row colours dependant on a cells status value. I found the following MVC: How can I change a Html.Grid row's colour based on value? very ...
0
votes
0answers
142 views

MvcContrib Grid: Create columns dynamically from System.Data.DataColumn

I need to dynamically create the column names in a "Html.Grid". In this case "MyGetData.GetAnyData" returns a table that do not know the fields. DataTable dataTable = MyGetData.GetAnyData(); ...
0
votes
1answer
103 views

MVC Contrib grid failing on .OrderBy() with NHibernate Exception

I have been following this nice walkthrough for creating a grid using MVC contrib. My version is however using NHibernate, not linq to entities. The code is working fine up to the point of sorting. ...
0
votes
1answer
178 views

MVCContrib Grid - Sort(GridSortOptions, prefix) not generating links for sorting

I'm trying to use two grids in the same page and following what I found here: http://mvccontrib.codeplex.com/workitem/7032 Has anyone else had a problem with the Sort() method not generating links? ...
0
votes
1answer
73 views

How to pass a span tag with id and class in MVCContrib grid

In my application I have a column called "comments", in that I want to reestrict the characters to 54 and then append it with ellipses (i.e I really like your product ...) and having a jquery qtip on ...
0
votes
1answer
123 views

What is the controller syntax for sorting multiple MvcContrib Grids?

I can't quite figure out the syntax for sorting multiple MvcContrib grids. I know the recommendation from Jeremy Skinner here is to use the Bind attribute but I just can't get it right. Here is my ...
0
votes
1answer
92 views

Mulitple MVCContrib Grid on 1 page

I have multiple mvccontrib grids on 1 view page each w/ its own pagination. My problem is when I page 1 grid it pages the other 2 as well. Is there I can differentiate what grid is being called so ...
0
votes
1answer
134 views

MvcContrib grid lowercase sorting querystrings

When you use MvcContrib grid sorting out-of-the-box, it automatically appends the querystrings Column and Direction to your URL. For instance: ...
0
votes
3answers
143 views

How to incrementally Load data in mvccontrib grid in Asp.Net MVC2

I have a large data set and i want it should load incrementally so user have faster view loading.
0
votes
1answer
89 views

javascript not working in mvccontrib grid

<% Html.Grid(Model.InnerModel.ParamaterDetails) .Empty("No data available") .Columns(column => { column.For(x => ...
0
votes
1answer
179 views

Asp.net MVC3 and MvcContrib Paging

How do I get the paging to work on MvcContrib.grid? I have the latest version of MvcContrib downloaded and also the following in my view. @using MvcContrib.UI.Grid; @using MvcContrib.Pagination; ...
0
votes
1answer
41 views

Sorting with MVCContrib

I have public class X { public List ListY { get; set; } } public class Y { public Y(); public decimal Amount { get; set; } } I am showing the value of Amount in the grid. How ...
0
votes
2answers
72 views

How IQueryables are dealt with in ASP.NET MVC Views?

I have some tables in a MySQL database to represent records from a sensor. One of the features of the system I'm developing is to display this records from the database to the web user, so I used ...
0
votes
1answer
260 views

MVCContrib Grid - Show carriage returns

How do you show carriage returns inside a MVCContrib Grid? I've tried replacing the returns with "<br>", however that is actually showing a <br> in my display "test<br>test" ...

1 2