Hello Gurus & Friends,
In my project I have a peculiar scenario where I get from the server group of arrays which contains json objects, the number of array elements and the the number of json objects inside each array element is not known before the query and hence I am creating dynamic models and assigning this with bindAggregation on Accordion. This is working fine.
But now when the user clicks on the contents of accordion section I want to get the bound object to the section. And here is the problem.
if I do evt.getSource().getBindingContext(), I am getting undefined.
How can I get the exact object which was clicked on
I have created an example at below link - JS Bin - Collaborative JavaScript Debugging</title> <link rel="alternate" type="application/jso…
Many thanks in advance.
Regards,
Chidan