Custom field validation
How can I restrict the entry into a custom text cell and/or otherwise validate entered custom data when the cell loses focus?
I would like to add some basic validation to a field, which means a) limiting the character set, and b) specifying some rules around what is and isn't valid.
I would then like to flag invalid data before the user clicks 'Save'.
I tried a RegularExpressionCellType, but it's not very user-friendly (it just ignores any edits that aren't valid, and reverts to the previous value - if you've just entered a 20 character field incorrectly, that could be annoying)
I would like to add some basic validation to a field, which means a) limiting the character set, and b) specifying some rules around what is and isn't valid.
I would then like to flag invalid data before the user clicks 'Save'.
I tried a RegularExpressionCellType, but it's not very user-friendly (it just ignores any edits that aren't valid, and reverts to the previous value - if you've just entered a 20 character field incorrectly, that could be annoying)