Search:
Welcome Guest | Register | Login
logo

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?

  • Razor
  • MVC
1
 
Asked: 28 Feb 2013
Reputation: 35
Dasia Petersen
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

  1. ASP.NET MVC 3–Working with WebGrid
  2. Get the Most out of WebGrid in ASP.NET MVC
  3. MvcContrib:Grid
  4. Teleric: Grid for ASP.NET MVC (Paid)

Some client side grids

  1. jQuery Grid Plugin – jqGrid
  2. YUI: DataTable

These are most used grid controls with MVC, there are many others, google for them.

0
 
Answered: 28 Feb 2013
Reputation: 296
Jason Olivera
Login to post your answer