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.
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.