KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017

Validation - Insert/Edit Validation

Could not connect to database! Click here to re-install

Description & Sample code

This example shows you how to add validator to grid column. The validator will ensure the input from user is correct before doing data operation task. In above example, we have used RequiredFieldValidator and RegularExpressionValidator. The RequiredFieldValidator make sure that input from user is not empty. And the RegularExpressionValidator helps to ensure the input for customerNumber is integer.

Together with above two validators, there are other two validators: RangeValidator and CustomValidator, all cover full range of grid input validation.