Hi, I'm using SmartClient JS 7.0rc2 and am wondering if there are any events that occur for SectionStacks.
I have an SectionStack with multiple sections and their headers. In these headers I have some controls (buttons). I want only one section to be visible at one time (visibilityMode: 'mutex') and once that section is visible it should show the buttons, else they should be hidden. Besides that I want to fetch data for a grid in the active (visible) section. I want this to happen only when the section gets expanded, but can't find any methods helping me out with this.
I have an SectionStack with multiple sections and their headers. In these headers I have some controls (buttons). I want only one section to be visible at one time (visibilityMode: 'mutex') and once that section is visible it should show the buttons, else they should be hidden. Besides that I want to fetch data for a grid in the active (visible) section. I want this to happen only when the section gets expanded, but can't find any methods helping me out with this.
Comment