ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: neoinbiz on October 12, 2022, 12:22:20 am

Title: Is there an option to have unique values with inline editing
Post 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?
Title: Re: Is there an option to have unique values with inline editing
Post by: paramvir on October 13, 2022, 09:07:06 pm
There is no inbuilt option for that.

It can be checked programmatically in beforeValidate event and return false if duplicate entry found.