On cell validation, how many validation methods do you have

On cell validation, how many validation methods do
you have out of the box?  Or you guys are planning to do something about
it.

Validating allows to assign
any custom js code as validator, there is no any built in one, but you can
easily create any. The dataProcessor related uses checkIfNotZero validator,
which is js function described in the same file.