GridCustomServerValidation.Validate

GridCustomServerValidation.Validate method

public string Validate(GridWorksheet sheet, int row, int col, string value)
ParameterTypeDescription
sheetGridWorksheetthe GridWorksheet
rowInt32the row index of the cell
colInt32the column index of the cell
valueStringthe value to do validation

Return Value

string based result value

Remarks

if return string.empty the validate is passed,else you can return any related message which can be deal in ClientCallback function

See Also