We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

I have questions about filter component.

Resolved
jiwon asked on July 6, 2018

Hello Flexmonster.
 
I have some questions about component.
You'd better know about 'filter component' what i said.
It is component layer popup what is comed up when you click gear wheels icon in header cell of row or column.
 

  1. I want to use only column filter component. I don't need row filter. Do you have any way to do this?
  2. Can I customize filter component? I don't need top N button and sort area. Just need header filter area. If so, please let me know the way to customize component.
  3. Can I apply my custom layer popup to gear wheels icon? I want to show my layer popup to limit user's action. I want that user do controls as my intention.

 
I'll wait your reply.
Thanks.
 
Regards,
Jiwon.

1 answer

Public
Tanya Gryshko Tanya Gryshko Flexmonster July 6, 2018

Hello, Jiwon,
Thank you for posting to our Support Forum.
In Flexonster it is possible to turn off all filters at once by setting showFilter option as false(both for columns and rows).
In your case, we can suggest creating your custom Filter Window. This is possible via filteropen event. Please have a look at the following example: https://jsfiddle.net/flexmonster/9opghpko/. It hides the default Filter Window using CSS and JS. At line 34, instead of the alert, you can create your custom pop-up.
Hope it helps.
Regards,
Tanya

Please login or Register to Submit Answer