If you are interested in more background information on how grids internally work, see
Binding
between Page and Adapter in the Java Pages
Development. Basically, a grid maps to an array of data internally - and the
array of data is provided by the corresponding grid collections
(GRIDCollection
, TEXTGridCollection
).