Need your help in attach event for DHTMLX GRID

Hi,

I am trying to attach event to dhtmlx grid so that it will hide/Show data in other grid depend on open or close event of node from DHTMLXTreeGrid object.

I tied on subrow event but it could not work. also tried to implemtny onExpand and OnCollapse event of layout but I could not found layoutGrid.js file in pacakage. I am working on DHTMLX V2.6

If u have any Idea for implementatin of this please let me know.

Thanks,
Harshal

If you mean dhtmlxTreeGrid - it has onOpenStart and onOpenEnd events

docs.dhtmlx.com/doku.php?id=dhtm … t_handling

Hey Thanks,

It is working now. :slight_smile: