AJAX Accordion Expand all Panels on page load

后端 未结 1 1797
广开言路
广开言路 2021-01-25 20:32

I am using ASP.NET AJAX accordion . http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/Accordion/Accordion.aspx . Is there any way to expand all panels on page load ?

相关标签:
1条回答
  • 2021-01-25 21:06

    Accordion control supports only one active pane at a time. You can have all panes collapsed stage but only once can be active at a time.

    For what you need, you can use multiple collapsible panels.

    Alternative can be to use jquery sliding which I would prefer. Here's the quick fiddle that I put up to start you through.

    0 讨论(0)
提交回复
热议问题