SMART datagrid v.1 > Classes > GridBase
Return Row object which is in the location specified by rowIndices as array.
If parameter allowNull is true, the item beyond the range will add null to return array, and if false, it will not add.
var rows = grid.getRows([0, 1]);