How to bind a gridview in MVC Razor
Is there any ways to bind GridView in MVC 3 Razor or
there is no server control in MVC 3.
If not then how to show tabular data on page in MVC?
1 Answer
If you want to use ASP.Net GridView server control then that can not be used but there are some other, check these which fit best for you
- ASP.NET MVC 3–Working with WebGrid
- Get the Most out of WebGrid in ASP.NET MVC
- MvcContrib:Grid
- Teleric: Grid for ASP.NET MVC (Paid)
Some client side grids
These are most used grid controls with MVC, there are many others, google for them.
|
0
|
Answered:
28 Feb 2013
Reputation: 296
|
|
This week users
