Author Topic: Filtering individual columns based on dropdown and textbox.  (Read 4350 times)

Lakshmi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 10
    • View Profile
Filtering individual columns based on dropdown and textbox.
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Filtering individual columns based on dropdown and textbox.
« Reply #1 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 )
« Last Edit: September 18, 2017, 05:48:59 pm by paramquery »

Lakshmi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Filtering individual columns based on dropdown and textbox.
« Reply #2 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.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Filtering individual columns based on dropdown and textbox.
« Reply #3 on: September 19, 2017, 09:56:46 am »
This feature is not available currently. it's planned to be included in the forthcoming versions.

Lakshmi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Filtering individual columns based on dropdown and textbox.
« Reply #4 on: September 19, 2017, 11:32:23 am »
Thanks for the prompt response. Appreciate it.