setCellDescriptionGenerator() replacement for V8 Grid?

Is there are replacement for setCellDescriptionGenerator() for the V8 Grid?
Or is there any way for setting tooltips of individual grid cells?

Hi Richard,

The descriptions for cells in
Grid
are configured on
Column
level (See:
Column.setDescriptionGenerator
). It takes the whole item as the parameter to it and provides a text based description to it.

// Teemu