fires after opening or closing a branch in treegrid
| id | string|number | the id of the related tree-item |
| state | number | the current item state, 1 if item is currently opened |
treegrid.attachEvent("onOpenEnd", function(){
//custom code here
return true;
});
Back to top