简体   繁体   English

什么是ASP.NET MVC应用程序最快的网格组件

[英]what is the fastest grid components for asp.net mvc applications

i have been looking at jqgrid , telerik . 我一直在寻找的jqGridTelerik的

does anyone have any performance metric comparisons or have any other alternative that they think is faster. 没有人有任何性能指标比较或他们认为更快的其他选择。

Have you tried the telerik MVC extensions. 您是否尝试过telerik MVC扩展。 The grid is very easy to use and support all the various paging mechanisms. 网格非常易于使用,并支持所有各种分页机制。 You may find that will do what you're after, combined with a bit of behind-the-scenes custom paging. 您可能会发现,此操作可以满足您的需求,并结合了一些幕后自定义分页。

I am a fan of DataTables.net . 我是DataTables.net的粉丝。 I've not had any performance issues with it and it's quite straightforward to use. 我没有任何性能问题,使用起来非常简单。

Ok - I just built a quick and dirty version of the datatables and the jqgrid - loaded 1000 rows of data from an sql database and performed console.time tests in firebug. 好的-我刚刚构建了数据表和jqgrid的快速而肮脏的版本-从sql数据库加载了1000行数据,并在firebug中执行了console.time测试。

The results where surprisingly similar with datatables barely edging out jqgrid in some situations - not enough to choose one over the other purely on performance (imo). 在某些情况下,与数据表令人惊讶地相似的结果勉强能使jqgrid胜出-仅仅在性能(imo)上不足以选择一个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM