Hi, I utilized multiple jqxGrids in my current web application and in some of these jqxGrids I also have nested subgrids attached to each row. For the first layer jqxGrid, I am able to reference the jqxGrid via jquery but from looking at the API, I could not find a straightforward way to access the subgrids. I need to be able to specifically access each subgrid in order to call the resizecolumn method because certain columns within the subgrid need to be resized automatically while others need to be hard coded. Any help with ways to systematically access these subgrids would be very helpful.
Another issue I am noticing is that the column widths are not adjustable even though I’ve turned on that feature when creating the nested subgrid. Is this a known issue as well?