DHTMLX Docs & Samples Explorer

onSubRowOpen Event

This event occurs when a sub-row( sub-grid) was opened(closed).

          grid.attachEvent("onSubRowOpen", function(id,state){
                    //any custom logic here
          });

Parameters:

  • id - id of row;
  • state - {bool} open state, true - opened.