简体   繁体   中英

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

i have been looking at jqgrid , telerik .

does anyone have any performance metric comparisons or have any other alternative that they think is faster.

Have you tried the telerik MVC extensions. 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 . 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.

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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