Subgrids w/rowspans

Hello all,
I have a problem regarding rendering subgrids in a grid with rowspans.
My current implementation renders subrgids for each row, as such:

I want it to only render once/rowspan similar to this:

Is this possible?
Thank you

Please, try to add the z-index to your grid data section:

<style>
    .dhx_data-wrap{
        z-index: 999
    }
</style>

otherwise it is displaying behind the span due to that.
Here is the updated example:
https://snippet.dhtmlx.com/va5y24wn

Please, note, that such usage is not supported and the current solution is not stable.
We’re planning to extend the native subgrid support in one of the nearest updates. I’ll inform you about any progress on this issue.

Hello.

We extended the possibility to display the subgrids for the Grid component in the latest dhx.Suite update (v9.1):

Here you can find the detailed usage and configuration guide:

and some predefined examples demonstrating this functionality:

https://snippet.dhtmlx.com/dih3z7cz?text=grid%2Bsub

Also here you can check more details about this update here:

Please, download the latest available dhx.Suite build from your client’s area to get this feature and many other improvements.