Note that there are some explanatory texts on larger screens.

plurals
  1. POgrid controls for ASP.NET MVC?
    primarykey
    data
    text
    <p>If you are using ASP.NET MVC how are you doing grid display? Rolled your own? Got a library from somewhere?</p> <p>These are some of the known grid display solutions I have found for ASP.NET MVC</p> <ul> <li><a href="http://www.codeproject.com/KB/aspnet/MVCFlexigrid.aspx" rel="noreferrer">ASP.NET MVC Flexgrid </a> - Has nice column layout method</li> <li><a href="https://blog.maartenballiauw.be/post/2008/06/04/code-based-aspnet-mvc-gridview.html" rel="noreferrer">Code based ASP.NET MVC GridView</a> - simple, small, clean</li> <li><a href="http://weblogs.asp.net/shijuvarghese/archive/2008/07/23/asp-net-mvc-grid-view-using-mvccontrib.aspx" rel="noreferrer">MVC Contrib</a> - grid from codePlex</li> <li><a href="http://www.trirand.com/blog/?page%5Fid=6" rel="noreferrer">jQueryGrid</a> - jQuery grid</li> <li><a href="http://www.datatables.net/" rel="noreferrer">Datatables</a> - jQuery plugin - believed to be section 508 compliant (<a href="https://github.com/mcintyre321/mvc.jquery.datatables" rel="noreferrer">.NET binding</a>)</li> <li><a href="http://extjs.com/deploy/dev/examples/samples.html" rel="noreferrer">extJS</a> - cross browser RIA framework - has grid support</li> <li><a href="http://www.reconstrukt.com/ingrid/" rel="noreferrer">Ingrid</a> - jQuery data grid</li> <li><a href="http://jqwidgets.com/" rel="noreferrer">jqxGrid</a> - jQuery data grid</li> <li><a href="http://demos.telerik.com/aspnet-mvc/" rel="noreferrer">Telerik MVC</a> - jQuery based grid that is GPL v2 licensed, commercial version also available</li> <li><a href="http://mvccontrolstoolkit.codeplex.com/" rel="noreferrer">MVC Controls Toolkit</a> - Client Site Based Grid</li> <li><a href="http://www.infragistics.com/dotnet/netadvantage/jquery-controls/grid.aspx" rel="noreferrer">Infragistics igGrid</a> - jQuery based MVC grid</li> <li><a href="http://www.dhtmlx.com/blog/?p=1349" rel="noreferrer">dhtmlxGrid</a> - Ajax-enabled JavaScript grid control </li> <li><a href="http://demo.aspnetawesome.com/Dinners" rel="noreferrer">ASP.net MVC Awesome Ajax List</a> - a different, very flexible approach, can be used as a grid</li> <li><a href="http://mvc.syncfusion.com/sfmvcsamplebrowser/10.2.0.56/Grid_MVC/Samples/4.0/Razor" rel="noreferrer">Syncfusion MVC Grid</a> - Commercial grid</li> <li><a href="http://demo.aspnetawesome.com/GridDemo" rel="noreferrer">ASP.net MVC Awesome Grid</a> - part of the Awesome library (jQuery based) </li> <li><a href="http://demos.shieldui.com/mvc/grid-general/basic-usage" rel="noreferrer">Shield UI Grid for ASP.NET MVC</a></li> <li><a href="http://mvc-grid.azurewebsites.net/" rel="noreferrer">Grid controls for ASP.NET MVC 5 projects</a></li> </ul> <p>If you know of anything else that you are using or know to be good, please let me know.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload