jQWidgets Forums

jQuery UI Widgets Forums Lists ListBox Reapply filter after data refresh

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Reapply filter after data refresh #84010

    robinsonbrian
    Participant

    Hi,

    I am working on a page where when the user clicks an item in one listbox it moves it to another listbox.

    I do this by updating the arrays that the Listbox’s use as their datasource, and then I call a refresh on the grid. This is all working well, however when I have a filter on as well, the data refreshes, but the filter is not applied.

    Is it possible to force the listbox to reapply the filter?

    Regards
    Brian

    Reapply filter after data refresh #84016

    Peter Stoev
    Keymaster

    Hi Brian,

    The listbox’s filter is applied only when you type on the filter input. You can clear the Filter with the API if you wish: $(‘#jqxListBox’).jqxListBox(‘clearFilter’);

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.