jquerygrid

Adding data to jqgrid subgrid when using clientSide data type

Is it possible to add data to a subgrid when the data type for the parent jqgrid is of type clientSide? I am able to add a row to the parent jqgrid using: jQuery("#myId").addRowData(0, someRowData); But i'm not to sure how I would add data to the subgrid. Any ideas? ...

Is it possible to hide columns in jQuery Grid by default?

I have been working with the jQuery Grid the past few days and one thing I have not found any documentation on yet is the ability to hide a column by default. The reason I want this is that I'm building my JSON w/ every property of my object yet my grid might only show 75% of these as valid columns. I want the ability to pass back more...

How to do a subgrid of a subgrid using jQuery Grid

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