We want to pass the selected guids (or Phone number) of selected rows in the grid of a form.
I tried the sampe from msdn, but it does not work as expected.
http://msdn.microsoft.com/en-us/library/cc150860.aspx
The only output is:
[object]
[object]
[object]
The guid values should be here. And also - I've only selected 1 row but all 3 seems to be passed.
Json is maybe an option. But I dont know the exact syntax for it.