tags:

views:

459

answers:

0

I have a working jQuery Grid with 1 subgrid, but I need another. Would it be possible to add another with some tweaks to the core js or is this something you can do out of the box today and I simply can't find documentation around this?

If a tweak to the JS is needed, what of the many js files is a good place to start?

EDIT:

I didn't find a way to subgrid a subgrid out of the box but instead I modified the click event to allow for some custom client-side work that gave me some additional control to create my own subgrid-subgrid solution. I found this click event in the grid.subgrid.js file on line 19 if anyone is interested. The files I pulled down are specific to jqGrid 3.5 Alfa 3