isValid (Client API reference)

Gets a boolean value indicating whether all of the form data is valid. This includes the main table and any unbound columns. If the form has empty, required columns on it, control-level error notifications is shown.

Syntax

formContext.data.isValid();

Return Type

Type: Boolean

Description: true if all of the form data is valid; false otherwise.

formContext