hi,
i’m using an editable grid in a form, and i want to add a validator (integer, float, string, not null …),
how can i do this ?
thanks
hi,
i’m using an editable grid in a form, and i want to add a validator (integer, float, string, not null …),
how can i do this ?
thanks
Hi,
You could create a Groovy validator that you place on the widget.
However, be aware that the validator error message will not tell you precisely which cell is invalid.
The best way to fill and validate a complex form like this are: