[]
Gets or sets a validator function to determine whether cells contain valid data.
[JsonConverter(typeof(FunctionConverter))]
public virtual string ItemValidator { get; set; }
If specified, the validator function should take two parameters containing the cell's row and column indices, and should return a string containing the error description. This property is especially useful when dealing with unbound grids, since bound grids can be validated using the GetError property instead.