(Sorry for duplication, but this shows as being "answered", so I'm creating a new thread for it).
Maryna-
I think I've just figured out that a grid itself does not hold any data. Rather, each cell in the grid contains whatever object (Text Box, Label, Popup, etc.) is placed in that cell - and mapping of data (to/from services is done to the individual object (which happens to reside in a cell inside the grid).
Assuming I understand that correctly, If I have a grid with 3 rows and 5 columns that would be 15 individual values to map from a service, and would require 15 objects to be created. The example in "Home → Documentation → Using a REST service on a page" shows an array being mapped from a service to a "grid", but it shows 2 values being mapped to 2 specific labels inside the grid. So I don't see how that can loop through multiple rows automatically, for an undetermined number of rows, if each destination label must be created and mapped in advance?
Can you advise?
thx-
MB