Convert Grid to Object [ ] [ ]

Good day everyone!
Working on the first project on Vaadin.
Is it possible to convert the Grid to Object

?

Not that nice way. grid.getContainerDatasource() returns your container. For each container.getItemIds() and container.getContainerPropertyids() you call container.getContainerProperty(itemid, propertyId).getValue().

I’m sure Viritin add-on has better ways dealing with items with MGrid.

Thank you, Johannes!