We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionCan somebody recommend a good jQuery grid implementation with the following possibilities.
- Header columns can be grouped
- Columns' order can be modified with drag-n-drop
- In-line editing with possibility to edit the whole row and navigate over editable field with TAB key or/with arrows.
- Good keyboard support with general features like editing, page navigation开发者_如何学运维, adding/deleting row.
- And for sure dynamic data source support get via JSON strings and dynamic column's quantity could be set.
- and the last requirement is that it should not be licensed under GPL2 but can be under lGPL2 for instance.
I've found a good one DataTables with features 1,2, partly 3 and 4. The bad is the in-line editing when u can edit only one cell at once and u should press ENTER or ESC to finish and proceed to the next one.
So I'm advanced with your help:D Thank You!
jqgrid is really nice and have a good documentation.
http://www.trirand.com/blog/?page_id=6
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:download
Telerik mvc grid
In response to your comment please take time to read the t&c's
The Telerik Extensions for ASP.NET MVC come in both an open source and a commercial version to help you find the best option for your projects’ requirements. The open source version, available also on CodePlex, provides you with the entire source code and all updates of Telerik’s three major releases every year. This option is the perfect solution for any GPLv2-compatible app
精彩评论