Is this poosible? Somehow some items are open at start.
Even a initial foreachItem and closing for Items doesn’t work
Yes, it is possible.
Locally the following approach works - all items are closed:
dhxAccord.forEachItem(function(item){
item.close()
})