Flex grid search problem with Angular JS grid directive

Posted by: m.omar on 31 December 2019, 9:06 pm EST

    • Post Options:
    • Link

    Posted 31 December 2019, 9:06 pm EST

    Please check the following link :

    https://jsfiddle.net/efrnx4z9/1/

    problem steps:

    1- Scroll to “Italy” row

    2- Click on “Link” under “download” column , you can see that alert raised.

    3- Type in search text box “Italy” , grid filtered and only “Italy” row appears.

    4- Try to click on “Link” under “download” column , as you can see there is no alert raised !!!

  • Posted 1 January 2020, 5:41 pm EST

    Any updates !!

  • Posted 1 January 2020, 6:07 pm EST

    Hi Omar,

    We have forwarded a bug report to the dev team with internal tracking id 415140. We will update you as soon as the issue is fixed.

    In the meantime, you can use the filter function of the CollectionView to implement a searching functionality:

    https://www.grapecity.com/wijmo/demos/Grid/FilteringSearching/Filter/angular

    Regards,

    Ashwin

  • Posted 7 January 2020, 5:13 pm EST

    Please let me know once you have a nightly build with fix.

  • Posted 8 January 2020, 2:56 pm EST

    Hi Omar,

    Yes, we will let you know as soon as the nightly build with the fix drops.

    Also, I found another workaround for this issue. If you will set the cssMatch property of the FlexGridSearch class, the issue will not occur. But doing this will not highlight the keywords in the FlexGrid:

    var flexGridSearch = new wijmo.grid.search.FlexGridSearch('#search', {
    	grid: $scope.wjGridObj,
    	cssMatch: null
    });
    

    ~regards

  • Posted 8 January 2020, 4:23 pm EST

    Thanks

  • Posted 28 January 2020, 8:25 pm EST

    Hi Omar,

    The cell template issue has been fixed in the latest nightly. You may verify the same at your end by downloading the nightly build from the link below:

    https://1drv.ms/u/s!AohkImDe_cXOiSoe2pQh5bksAMf6?e=O3ZsEm

    PS: Nightly builds have not passed through the QA cycles as all of our release builds do. Therefore, they are not suitable in a production environment.

    ~regards

  • Posted 29 January 2020, 5:23 pm EST

    Good Job, thank you

Need extra support?

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

Learn More

Forum Channels