Click here to Skip to main content
15,881,866 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All, now i am developing MVC4 web application with RAZOR. when i want to show all my records in database, i feel that using table is so boring. so i try to use the data presentation like the following link.

How should i do it? really newbie in MVC razor. thanks for any help.
Posted

I have currently no access to your link, but you can use several kind of grids on mvc too. There are free, and commercial ones too. There is a good collection of them: http://stackoverflow.com/questions/177275/grid-controls-for-asp-net-mvc[^]
 
Share this answer
 
Comments
dartfrog 3-Jan-13 22:14pm    
Hi Zorgo, thanks. actually i want to show like list view.
Zoltán Zörgő 4-Jan-13 3:37am    
Dropdown?
dartfrog 4-Jan-13 10:43am    
like ListView asp.net web server control
http://msdn.microsoft.com/en-us/library/bb398790%28v=vs.100%29.aspx
Zoltán Zörgő 5-Jan-13 4:13am    
http://demos.kendoui.com/web/listview/index.html
dartfrog 6-Jan-13 21:58pm    
Thanks, The above link, need to buy. is there any free or open source ?
Hi,

You can use Div as Row (TR) and put span as Cell (TD) with use of CSS you can give the exact shape you want.

Thanks
 
Share this answer
 
v3
Comments
dartfrog 3-Jan-13 22:12pm    
Hi Suvabrata Roy,

Thanks but for paging i need to develop myself.
Suvabrata Roy 3-Jan-13 22:57pm    
Yes, Or you can use json data grid.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900