fires when a sub-row(sub-grid) was opened/closed
| id | string|number | the id of a row |
| state | boolean | the open state, true - opened |
Available only in PRO Edition
grid.attachEvent("onSubRowOpen", function(id,state){
//your code here
});
Back to top