ParamQuery grid support forum

General Category => Suggest new features => Topic started by: queensgambit9 on January 31, 2019, 01:39:40 pm

Title: Equals, Not equals
Post by: queensgambit9 on January 31, 2019, 01:39:40 pm
Would it be possible to use condition "equals, not equals" with multiple values?

Example of use case: User wants to exclude 2 values out of a bunch. Using condition "range" is then not optimal.
Title: Re: Equals, Not equals
Post by: paramvir on February 01, 2019, 10:37:39 am
You mean user can select max 2 options out of all options?

Please use maxCheck: 2

Ex: https://paramquery.com/pro/demos/filter_custom

ShipCountry column.
Title: Re: Equals, Not equals
Post by: queensgambit9 on February 01, 2019, 04:08:13 pm
No, I would like the user to have the possibility to select more than one option for condition "Not equals".
Would that be possible?
Title: Re: Equals, Not equals
Post by: paramvir on February 04, 2019, 11:48:58 am
That might be more appropriate as opposite of range: "Not in range".

That can be implemented by overriding range condition.

but can't be supported independently; adding it to feature request.