Filtering in main grid also applied on sub grids

Hello,
is it possible that the filter on the main grid ll be applied on sub-grids as well? If yes can you show me how?

You need to filter all your subgrids manually from the onFilterEnd event:
https://docs.dhtmlx.com/api__dhtmlxgrid_onfilterend_event.html
This is the only way.