Best List view solution for asp.net mvc?
        Posted  
        
            by 
                sebastian_h
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sebastian_h
        
        
        
        Published on 2011-02-02T14:29:20Z
        Indexed on 
            2011/02/03
            7:25 UTC
        
        
        Read the original article
        Hit count: 326
        
Its common to observe listview developments for webforms but no common in mvc. on the other hand for mvc I´m only finding grid views displaying tabular data.
In your opinion which is the best List view solution for asp.net mvc?.
Edited: ok, finally I found a possibility. Kazi Manzur wrote a listview using telerik controls. http://weblogs.asp.net/rashid/archive/2010/03/24/creating-rich-view-components-in-asp-net-mvc.aspx
© Stack Overflow or respective owner