Filter wijmo flex grid values based on input box search

Posted by: samvarth123 on 26 July 2018, 10:27 am EST

    • Post Options:
    • Link

    Posted 26 July 2018, 10:27 am EST

    Is there a way to filter data in wijmo grid based on input box search in a angular 6 project ?

    Description : typing values in a input box should dynamically filter wijmo flexgrid data (wj-flex-grid) in Angular 6 project

  • Posted 27 July 2018, 3:49 am EST

    Hi,

    You may filter values in a grid by assigning a filter function to filter the values and calling the refresh method as required.

    Please refer to following code snippet:-

    grid.collectionView.filter=(item)=>{
    	/*logic for filter goes here */
    }
    collectionView.refresh() /* call to trigger filter */
    

    You may also refer to the following sample:- https://stackblitz.com/edit/angular-xlo7bw?file=src%2Fapp%2Fapp.component.html

    ~Manish

Need extra support?

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

Learn More

Forum Channels