|
-
Dec 3rd, 2010, 07:49 AM
#2
Re: GridView behaviour in MVC
The GridView is an ASP.NET server control. Server controls get processed by ASP.NET and replaced with the appropriate HTML. In MVC, there are no server controls. It's up to you to generate the appropriate HTML. You can write your own methods to output the exact same HTML code as a GridView if you want, but it's up to you to do it.
You may want to consider using a jQuery grid instead of doing it all in HTML yourself.
http://www.trirand.com/blog/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|