BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi Manolo,
Thanks for using Syncfusion Products,
As per your use case scenario, In order bind the FormView data inside the Accordion control, we suggest you to render the Accordion control in client-side, please refer the below code snippet:
[ASPX]
<code>
<asp:FormView ID="test" runat="server" SelectMethod="GetData" ItemType="DatePickerNull.Data" RenderOuterTable="false">
<ItemTemplate>
<div id="basicAccordion" style="width: 400px">
<h3>
<a rel='nofollow' href="#">Sample</a></h3>
<div>
<ej:DatePicker ID="one" runat="server" Value="<%# BindItem.Date %>"></ej:DatePicker>
<asp:TextBox runat="server" ID="txtProyecto" Text="<%# BindItem.Date %>" />
</div>
</div>
</ItemTemplate>
</asp:FormView>
<script>
$("#basicAccordion").ejAccordion();
</script>
</code>
In order to get more information about the EJ Accordion control please refer the below mentioned UG Documentation:
http://help.syncfusion.com/ug/js/Documents/createyourfirstaccordioninjavascript.htm
We have prepared the accordion sample and attached it in bellow:
http://www.syncfusion.com/downloads/support/forum/118845/Accordion-526480138.zip
Please let us know if you have any other queries.
Regards,
Muralishankar
Hi Manolo,
Thanks for your update,
Please let us know if you have further queries.
Regards,
Muralishankar