views:

91

answers:

1

I have a grid that is currently using Telerik Grids, I would like to convert this to using all Jquery with JSON. I would like to know what is the best tool to use. FlexiGrid and jQgrid are the top ones on my list although I can not find any examples with FlexiGrid having nested tables (detail tables), which is a must.

My question is, what is the best tool and is there good documentation?

I am using C# .net 4.0.

+2  A: 

The demo about the usage of Master/Detail grids with jqGrid you can find here. You should choose on the left tree part "Advanced" and then "Master Detail". Documentation about jqGrid you will find here. On the stackoverflow and under trirand forum you will find examples and answers on many questions. You can of cause ask you own question.

In my opinion jqGrid is currently the best jQuery Plugin for grids with many different features. It is active developed (see http://github.com/tonytomov/jqGrid and http://github.com/tonytomov/jqGrid/tree/dev). Full source code in available.

Oleg