...
If you are making your own column validator have a look at the source for UniqueValidator. You will realize that the values come in as a comma separated string.
Note |
---|
Currently, there cannot be used nested validators for the single You can just use a per-column validator validating a comma-separated input like described above. |
...