jQuery UI Widgets Forums TreeGrid 2 Problems with filtering

This topic contains 2 replies, has 2 voices, and was last updated by  Klaus H 5 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • 2 Problems with filtering #105929

    Klaus H
    Participant

    Hi,

    I have a jqxTreeGrid with the options filterable true and filterMode default. In general the filtering works fine. But I have encountered two problems (back in version 5.0.4 and have upgraded to 8.1.2 and they still pertain):
    – Removing a filteroption from the dropdownlist via removeFilter function does not work, also the example you give in the api to jsfiddle, it does not work there either
    – I have the option to refresh the grid data via the updateBoundData function. That works, if I have selected a filter, this filter is applied to the new result just fine, but I encounter two bugs there: the filter dropdown list is set by default to the first entry, not the entry that was selected and the close button “jqx-icon-close” is set to display none.

    Could you please look into this? 🙂

    Best Regards
    Klaus

    2 Problems with filtering #105958

    Todor
    Participant

    Hello Klaus,

    1) It works. removeFilter removes the filter text not the filter option from the dropdownlist.
    2) You have to add ‘filter’ as second parameter – $("#treeGrid").jqxTreeGrid('updateBoundData', 'filter');. You could review the following example.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com

    2 Problems with filtering #105962

    Klaus H
    Participant

    Hello Todor,

    thank you very much:

    1) okay, that was a misunderstanding on my part, “filterable: false” is doing that what I wanted.
    2) Works like a charm. 🙂

    Best Regards
    Klaus

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.