Adding multiple rows

Is there a way to add multiple rows to the grid after a data set has been loaded. I know I can use:
grid.addRow(new_id, text, ind)
to add a single row and I can probably loop through it but I was wondering if there is a method I can call and pass it the data for multiple rows to be added.

Unfortunately such feature is not available.