Flexgrid filter values inside filter not getting updated

Posted by: grudrakumar on 1 November 2018, 3:58 pm EST

    • Post Options:
    • Link

    Posted 1 November 2018, 3:58 pm EST - Updated 3 October 2022, 11:18 am EST

    Hi Team,

    I have applied filter on the first column, the grid is getting updated but it is not updating the values inside the filter on other columns.

    it seems like the values inside the filter are not getting updated. please suggest.

    attached image for your reference.

    Thanks in Advance.

    code used by me:

    $scope.initGrid = function (s, e) {
                    var f = new wijmo.grid.filter.FlexGridFilter(s);
                    f.defaultFilterType = 2;
                    f.filterColumns = ["fullName", "loginName", "emailAddress", "userStatus", "userType", "isSharedUser", "associatedGroups"];
                    //setupPagination();
                    updateFlexGridRenderMode();
                };
    
    [b]updating collection:[/b]
    
     <wj-flex-grid control="myFlexGrid"
                      id="userGrid"
                      items-source="VM.source"
    
    var cv = new wijmo.collections.CollectionView($scope.VM.data);
    $scope.VM.source = cv;
    
    
    

    Thanks

    Rudra

  • Posted 5 November 2018, 3:16 pm EST

    Hi,

    We are unable to replicate the issue at our end.

    We created a reproduction sample based on the code snippet provided.

    Please have a look at it and let us know if you are able to replicate the issue at your end with the following sample, if not please modify the sample so that it replicates the issue.

    https://jsfiddle.net/jzrhaxk6/

    Also could you please let us know the Wijmo build version you are using so that we may test on the same version?

    ~Sharad

  • Posted 12 November 2018, 7:44 am EST

    Thanks for your response sharad. we are on Wijmo Library 5.20153.109 version. I tried the same code with version 5.20182.524 and it is working fine. I think the issue reproducible in 5.20153.109 version.

    Thanks

    Rudra

  • Posted 12 November 2018, 4:36 pm EST

    Hi Rudra,

    Thanks for confirming.

    Upon further investigation, we have found that the issue was fixed in the build 5.20172.339+(Internal tracking Id: 275689).

    Please update to the latest version and let us know if you face any issues in updating.

    Regards

    Sharad

Need extra support?

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

Learn More

Forum Channels