DropDownList внутри juiceui AccordionPanel не сохраняет состояние просмотра
Как описано в заголовке. Вот разметка:
<asp:ScriptManager runat=server ID="sc1"></asp:ScriptManager>
<juice:Accordion runat=server ViewStateMode=Enabled>
<AccordionPanels>
<juice:AccordionPanel runat=server Title=teste >
<PanelContent>
<asp:DropDownList runat=server AutoPostBack=true>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
</asp:DropDownList>
</PanelContent>
</juice:AccordionPanel>
<juice:AccordionPanel ID="AccordionPanel1" runat=server Title=teste234 EnableViewState=true ViewStateMode=Enabled >
<PanelContent>
<asp:DropDownList ID="DropDownList2" runat=server AutoPostBack=true EnableViewState=true ViewStateMode=Enabled>
<asp:ListItem>2014</asp:ListItem>
<asp:ListItem>2013</asp:ListItem>
<asp:ListItem>2012</asp:ListItem>
</asp:DropDownList>
</PanelContent>
</juice:AccordionPanel>
</AccordionPanels>
</juice:Accordion>
Не могу понять, почему. Любой DropDownList, размещенный на той же странице вне Аккордеона, ведет себя как ожидалось.
[Обновлено 2014-02-25]
Решение проблемы с DropDownList: https://dl.dropboxusercontent.com/u/18478143/JuiceUIDriveMeCrazy.zip