Select method causes table full repaint

Hi,
When I call table.select(id) method on the server, it causes that the table repaints all its cells including all generated columns. So the row selection is very slow.
Please could you explain me, what this behavior is good for?
Thank you in advance
Petr

Hi guys,

We Faced the same problem especially when using an action handler.
Right click only one one row causes a call on getStyle method on every rows displayed in a table.

Is this normal ?