Hi everyone,
In my current project, Im using Accordian inside a List. My issue right now is whenever I refresh my list aggregate. It refresh the screen and it also close the Accordian.
My question is, is there anyway to refresh aggregate without refreshing the screen?
HI Askeladd,
just avoid to send to specific destination or any other screen just connect stop connector. it wont refresh the whole screen it will refresh the aggregate data only.
if it still doesnt work please provide an oml. would like to help into it.
Thanks and regards
Prince
I believe Askeladd is referring to pressing F5 or the refresh button in the browser.
H Askeladd,
See the official documentation:https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_mobile_and_reactive_patterns/content/accordion/
Keep track of the open state using the OnToggle event, save the state and use it in the StartExpanded property of the widget.
Regards,
Daniel