ParamQuery grid support forum

General Category => Suggest new features => Topic started by: Lakshmi on September 18, 2017, 05:00:46 pm

Title: Filtering individual columns based on dropdown and textbox.
Post by: Lakshmi on September 18, 2017, 05:00:46 pm
Is it possible to apply filters to indvidual columns in the grid using more than one control(Textbox and dropdown). For example, i want to filter a column named City based on text input. For this i should have an option to select the type of filter (Contains/Equal to) which is going to be a dropdown. Any leads will be highly appreciated. Please see the attached image for reference.
Title: Re: Filtering individual columns based on dropdown and textbox.
Post by: paramvir on September 18, 2017, 05:46:48 pm
Please check this example https://paramquery.com/pro/demos/filter_local  (for version 4) that is similar to your requirements.

https://paramquery.com/pro/demos33/filter_local ( for version 3.4 )
Title: Re: Filtering individual columns based on dropdown and textbox.
Post by: Lakshmi on September 18, 2017, 06:34:59 pm
Hi ,

Thanks for the quick response. The link you had shared has the filter at the grid level. I want to implement this feature at column level. My column needs to have two controls
a)Textbox for entering the search text
b)Dropdown for selecting the type of filter (Contains/Begins with)

Please let me know if this is possible. Thanks in advance.

Title: Re: Filtering individual columns based on dropdown and textbox.
Post by: paramvir on September 19, 2017, 09:56:46 am
This feature is not available currently. it's planned to be included in the forthcoming versions.
Title: Re: Filtering individual columns based on dropdown and textbox.
Post by: Lakshmi on September 19, 2017, 11:32:23 am
Thanks for the prompt response. Appreciate it.