Hi Karthik,
Thank you so much for the detailed code. But I would like to know how the party information could be shown in a different table. And currently when I am selecting radio button it is giving the First Name.
I know it's kind of easy activities, but I am learning and not getting how to play with events. Recently I learned how to bind JSON data with a table but not getting how to proceed with events i.e selecting rows and other stuff. Like in below-mentioned code If I don't know this lines, how I am supposed t o know what I need to write.
Could you please also tell how to learn this?
var ev = oControlEvent.getParameters().listItem;
var contextPath = ev.oBindingContexts.Contact;
alert(contextPath.getModel().getProperty(contextPath.sPath + "/fName"));
Regards,
Mayank