I have a panelBar and when I click on the header of a panelBar the event (onExpand) fires and the bar gets expanded. But when I do it in code like panelBarField.expand(item); the expand event is not executed BUT the bar is expanded and all looks good.
Am I doing anything wrong or is this a bug.