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