FlexGridFilter settings not getting reset when changing filterType

Posted by: ykumar23 on 15 October 2017, 11:41 pm EST

    • Post Options:
    • Link

    Posted 15 October 2017, 11:41 pm EST

    Hi,

    I am new to Wijmo and I am using Wijmo chart to populate data into table.

    My issue is:

    when the filter values are changing manually by user in filter window, settings are getting retained.

    when filter is clicked it shows the previous values entered by user as is working as expected.

    But when we try to change these values programatically, filter not showing these values on filter window.

    I am settings the filter values as :

    this.flexGridFilter.filterDefinition = ‘values’

    I used localStorage to populate the filters.

    I registered a function “updateFilterTypes” to “filterChanging” event. So when user clicks the menu “updateFilterTypes” gets called. In this event I am setting the type of filter to “1” which is value filter.

    And the issue arises i.e values set programatically are not showing in the filter window.

    Registered a function to “filterChanging” event like this :

    this.flexGridFilter.filterChanging.addHandler(this.updateFilterTypes.bind(this));

  • Posted 16 October 2017, 6:22 pm EST

    This case has been answered here. https://www.grapecity.com/en/forums/wijmo/flexgridfilter-settings-no

    I would request you to follow up the case from there.

    Thanks,

    Abhishek

Need extra support?

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

Learn More

Forum Channels