Is it possible to apply more than one RowStyleGenerator?

Hi, everyone.

What I want to do is that in the same grid, where the value of column ‘X’ is greater than 20 apply green on the background of the row and where the value is less 20 apply red.

But when I set the rowStyleGenerator it overrides the one applied before.

Is there a way to apply more than one style in the same grid?

Maybe i don’t have understood your question, but why do you need more than one RowStyleGenerator?

Could you not apply all logic inside one single RowStyleGenerator?
Or implemente a composite RowStyleGenerator that concats all non null values.