ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: fvfv on November 30, 2017, 08:33:35 am

Title: Local HeaderFilter operation contain (Free Version)
Post by: fvfv on November 30, 2017, 08:33:35 am
When registering my ColModel for HeaderFilter, I setup the filtering portion like :

"filter":{"type":"textbox","condition":"contain","listeners":.....

My Filtering is Local and my data is local. 

It seems like textbox can only use "begin" conditon and "select" can only use "equal" condition when filtering. I have seen demos with Pro version and remote data that do use the "contain" condition correctly.  I need this behavior for local data.

Is there a difference between the Free Version API and the PRO version regarding Header filter and  using "contain" to filter data that is "like" instead of "begins with"

Thanks for your support
Title: Re: Local HeaderFilter operation contain (Free Version)
Post by: paramvir on November 30, 2017, 06:34:26 pm
contain condition works fine in local filtering of free version

https://paramquery.com/demos/filter_header_local

Code: [Select]
{ title: "ShipCountry", width: 100, dataIndx: "ShipCountry",
            filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'] }
        },
Title: Re: Local HeaderFilter operation contain (Free Version)
Post by: EllisDon on January 17, 2018, 08:27:43 pm
Does it work exactly the same way as in Pro version, Paramquery? Or does Pro have more functionality?
Title: Re: Local HeaderFilter operation contain (Free Version)
Post by: paramvir on January 20, 2018, 12:32:02 pm
Pro has bit more functionality.

Also the comparison between free and Pro has been summarized here:

https://paramquery.com/