Section open and close event in scheduler timeline

hi

how can I get section open and close events in timeline tree view?

onYScaleClick is not working for tree parent nodes.

Hi,
we’ve added folowing events to the tree timeline view:

scheduler.attachEvent("onBeforeFolderToggle", function(section) {//section object, section.open - true/false return true;//blockable }); scheduler.attachEvent("onAfterFolderToggle", function(section) { // code });

Updated version of the components is available here scheduler-net.com/license.aspx?gettrial=true
If you have commercial version, please create ticket in our support system to get the update