Categories | Question details Back To List | ||
Accordion enableMultimode - start with collapsed items?? Is this poosible? Somehow some items are open at start. Even a initial foreachItem and closing for Items doesn't work :-( Answer posted by Alex (support) on Jan 14, 2010 08:02 Yes, it is possible. Locally the following approach works - all items are closed: dhxAccord.forEachItem(function(item){ |