DevExtreme jQuery/JS - Control the Behavior
By default, exactly one panel can be in the expanded state at one moment. To change this, switch the collapsible and multiple options to true.
JavaScript
- $(function () {
- $("#accordionContainer").dxAccordion({
- // ...
- // All panels may be collapsed
- collapsible: true,
- // Multiple panels may be expanded
- multiple: true
- });
- });
See Also
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.