Hello,
I'm using SmartGWT 3.1p of 12/25/2012 (v8.3p_2012-12-25/PowerEdition Deployment) and like to know if there is a way to add an Handler for SectionItem to be notified when it is expanded. My use case is to lazy load a grid inside a closed section. If the user opens it, the content will be loaded.
I've tried to add a click handler, a title click handler, a show value handler and none of them were called.
How could I be notified when a section item is expanded?
Regards,
Cédric.
I'm using SmartGWT 3.1p of 12/25/2012 (v8.3p_2012-12-25/PowerEdition Deployment) and like to know if there is a way to add an Handler for SectionItem to be notified when it is expanded. My use case is to lazy load a grid inside a closed section. If the user opens it, the content will be loaded.
I've tried to add a click handler, a title click handler, a show value handler and none of them were called.
How could I be notified when a section item is expanded?
Regards,
Cédric.
Comment