Interface GridValidation


public interface GridValidation
ListGrids support automatic validation of edited cells / records. This group is a collection of APIs related to the validation subsystem.

Default validation occurs in response to the user navigating between edit cells (see ListGrid.validateByCell) or whenever edited values are to be committed to the server for saving. Standard validation can also be triggered for a cell or row programmatically at any time.
When standard validation occurs, ListGridField.validators will be run on each cell to be validated.
In addition to this standard behavior developers can add custom errors to fields via ListGrid.setFieldError() / ListGrid.setFieldError().

See Also: