open subgrid using javascript

When I have a grid and the user clicks the + image on the row, then the call to populate the subgrid occurs. What javascript function is being called to initiate the fetching and opening of the subgrid when the + image is clicked?



There are a lot of inner methods involveed
If you are using subgrids ( not just plain subrows ) you can use onSubGridCreated and onSubGridLoaded events , first one occurs exactly before data loading in subgrid ( returning false from event handler may block data loading - so you can implement any custom data loading method )

dhtmlx.com/docs/products/dhtmlxG … subrowsndd