Vaadin 7 Grid mark item as selected

Hello.

Is there any way to mark an item in the grid as selected (client only)?

I mean if I can programatically tell the client to show a grid row with the selection style (v-grid-row-selected). I don’t want to do the server side selection (grid.select(itemId)) because I want to avoid the selection event to be fired.

Regards.