开发者

What are my best ASP.Net GridView replacement options? [closed]

开发者 https://www.devze.com 2022-12-27 02:23 出处:网络
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Closed. This question is opinion-based. It is not currently accepting answers.

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 question

We 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

0

精彩评论

暂无评论...
验证码 换一张
取 消