Is there a way to set filter that can't be removed from flexmonster component by user ?
I would like to have filter locked.
Hello,
Thank you for the question.
It's possible to disable filtering from UI using the following parameter in the XML configuration:
<params>
...
<param name="showFilter">false</param>
<param name="showFilterInCharts">false</param>
...
<params>
So, filtering will be locked for the user and available only via API and configuration.
Please let me know if it works fine for you.
Regards,
Ian