What are my best ASP.Net GridView replacement options?
Posted
by Homer
on Stack Overflow
See other posts from Stack Overflow
or by Homer
Published on 2010-04-14T18:12:58Z
Indexed on
2010/04/14
18:23 UTC
Read the original article
Hit count: 288
We currently use a GridView to display 1000+ rows of data. Minimum requirement for replacement is a fixed header row, fixed footer and columns would be a plus.
This would have to work across IE 6 and greater.
I've heard good things about Infragistics, but the demo on their page is slow.
So what are my best options? jQuery? YUI? other 3rd party?
© Stack Overflow or respective owner