Hi all!
What Im trying to accomplish is to open one of the accordions item as default on the fly.
I have tried both the cells(“id”).open(); and dhxAccord.openItem(“id”);
What happens in my case is that the item Im trying to open, disappears from the Accordion.
When I look at the page source I can see that the item is hidden, its height set to 0:
The Accordion is added to a hidden
that is make visible by pressing a button.
Has anyone experienced the same problem or has a solution for me?
Im using the //v.2.5 build 91111