grid controls for ASP.NET MVC?

MikeJ picture MikeJ · Oct 7, 2008 · Viewed 152.5k times · Source

If you are using ASP.NET MVC how are you doing grid display? Rolled your own? Got a library from somewhere?

These are some of the known grid display solutions I have found for ASP.NET MVC

If you know of anything else that you are using or know to be good, please let me know.

Answer

Sean Carpenter picture Sean Carpenter · Oct 11, 2008

We have been using jqGrid on a project and have had some good luck with it. Lots of options for inline editing, etc. If that stuff isn't necessary, then we've just used a plain foreach loop like @Hrvoje.