Getting grid container

Hello.

DHTMLX 5 version, The Grid Object has objBox’s field for getting the grid container, is there any similiar field in DHTMLX 6 ? if not, how to do that ?

And next question,
is there a event of selectfilter | combofilter Grid that fires after selecting its item ?

Thank’s.

For entire grid container you may use
grid._container
For data container only you may use
grid._container.querySelector('.dhx_data-wrap')

Maybe this is what you looking for:
https://docs.dhtmlx.com/suite/grid__api__grid_filterchange_event.html

@proldapru thank’s for your answer. i will give it a try :pray: :+1: