ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: neoinbiz on October 12, 2022, 12:22:20 am
-
Is there an option to force unique values for inline editing?
I have a field named "Priority" and it contains a number EX..... 1-100.
I want this field not to be able to use the same number twice for this field. Is this an option?
-
There is no inbuilt option for that.
It can be checked programmatically in beforeValidate event and return false if duplicate entry found.