What are my best ASP.Net GridView replacement options? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this questionWe currently use a Grid开发者_StackOverflow中文版View 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?
I would skip the server side components and look into jquery/javascript. Send a normal table in markup to the client then let the browser ajax data in as it needs it.
jqGrid springs to mind, or extjs.
Try Obout's autoscrolling grid control.
http://www.obout.com/grid/grid_auto_scroll.aspx
You might want to check out Telerik
精彩评论