Nasir N
I need to access the contents of list object in coach view. For example, I have a list object as “employee”. Child elements are FName, LName, Phone and there are 50 records. How can I refer to this list object in CV and capture FName, LName, Phone.
I can bind the list object to ‘Data’ and do something like this:
svcObj.items.length;
This give me the length and working, but I can’t find a way to get its contents.
SPARK Support
Hi Nasir,
SPARK controls provide the ability to use the getData() method.
Regards,
Stephen P.