Hi, i want my accordion item to be open by default when website is loaded, i have set the IsOpen variable as true as well but doesn't work, can you help me resolve it?
Hi @SS27,Set the StartsExpanded property as True of AccordionItem refer the below imageHope this will help.RegardsKrishnanand Pathak
it is not present in my case, do i need to create a server action or change something somewhere else?
Let me know your OutSystemsUI version
If your Application type is Traditional web then set the IsOpen as True refer the below image.
Hi i have it set it True initially but still not working as required
My outsystems version is 11.54.1
Hi @SS27,I guess you are developing traditional web app.Please refer below oml for traditional.
https://personal-3qzj8tce.outsystemscloud.com/Accrodiantraditional/Entry1.aspx?_ts=638151977063108532
Hope this helps!
However, if this also doesn't solve your problem, Could you please share your OML (if Possible).
RegardsN_G
Hello @SS27 ,
You can do it by setting "StartsExpanded" as true . Go to accordion item which you want to keep open, In Properties there is setting "StartsExpanded", Set it to True .
https://personal-3qzj8tce.outsystemscloud.com/Accordian/Accordian?_ts=638151902985780413
Please refer the attached OML.
Hope this Helps!
Hi, i see that my application uses a custom accordion item and yours uses a accordion item, i need to check if i can replace with it accordion item or not
Yes, that may be the cause.
Sure, You can try that!
Hi @SS27
The above post by @Krishnanand Pathak is the way how we can expand an accordion, if you are handling StartsExpanded property by any variable (IsOpen variable ) then you can try to debug variable value on Runtime.
Thanks
Deep
Can you please clarify the following so that we can try to help:
Cheers,GM