Issue with filter

Posted by: nilesh_nichal on 7 May 2025, 3:09 am EST

    • Post Options:
    • Link

    Posted 7 May 2025, 3:09 am EST - Updated 7 May 2025, 3:14 am EST

    Hi Team,

    I am facing issue in the filter using wijmo grid filter

    Steps:

    1. Searching a name or a word in the box and click apply.

      2.Now remove the word from the filter and click on apply

    Expected Result - When we remove the word and click on the Apply then it should show the whole data, without the filter.

    Actual Result - When we are removing the word and clicking on Apply, then also filter is applied as it is.

    Note - It is working fine when we are clicking on the clear button, it should work same as when we are removing the word and clicking on Apply

  • Posted 8 May 2025, 5:16 am EST

    Hi Nilesh,

    You can handle the ‘filterChanging’ event of the FlexGridFilter and then handle the ‘click’ and ‘keydown’ events to clear the filter when needed by checking the value in the search box.

    Please refer to the following sample for the same - https://stackblitz.com/edit/angular-ivy-jqnzecer?file=src%2Fapp%2Fapp.component.ts

    It seems you have some custom filter implementation on your end. If the above solution doesn’t work on your side, then please modify the above sample as per the filter implementation on your end, so that we can have a better idea of your project structure and find a solution accordingly.

    Regards

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels