I have been looking for a JQuery grid to work with ASP.NET MVC and I can't find any free ones. Surely someone must have written an open souce one??
A:
There surely are. Take a look at
- Telerik - I haven't used this one, but the demo they have up looks really slick and supports some really nice features like grouping that I haven't seen any other grid support.
- jqGrid - I'm using this one on a current project and it's proved to be pretty flexible and powerful grid. It can take a little bit of cuddling and pillow talk to get inline editing to work with a local data source as opposed to web services.
- Flexigrid - Haven't used this one much, but evaluated it briefly against jqGrid
R0MANARMY
2010-04-16 20:55:46
A:
Flexigrid is very good. It behaves very nicely with MVC because it is entirely set up with scripting an d the data is retrieved through JSON, so it lends itself well to MVC.
Also, the JQuery Grid from triand is free and works nicely. Here is the demo page They also have a commercial MVC version, but the standard ASP.NET one works okay in MVC as well.
Daniel Dyson
2010-04-16 20:56:53
Thanks. The demo link was very helpful
Daniel Dyson
2010-04-16 21:10:20
A:
Try compass with Blueprint. You can use it with any app framework.
BonsaiKitt3n
2010-04-16 21:01:01