Greetings,
Im trying to find a way to dynamically add Accordion Items and information inside each item. Basically what im trying to do is insert a Form in side each item for the user to filled. The issue is that that Form info will be stored in a DataBase and when the user chooses to edit it it will load again for him to Edit. I have previously worked with WinRT Controls were you could just go to the properties on the code behind and Add Accordion Items to it, apply my Data Template and Bind Object to it. But here I I didn't find those properties. Is there a way to replicate that behavior? Im fairly new at Javascript but Im trying my best to get the hang of it.
Thank you in advance!