GridValidator Class [PHP]
Summary
Properties | Description | |
ErrorMessage | Set the error message when validation is false. |
Methods | Description | |
Validate | Perform data validation. |
Properties Detail
ErrorMessageTop
string ErrorMessage
Set the error message when validation is false.
Supported from version: 3.0.0.0
Methods Detail
ValidateTop
function Validate(object $value, [array $dataitems], [GridRow $row], [GridColumn $column])
Override this function to provide custom validation. Return true if data is validated.
Supported from version: 3.0.0.0