jQuery UI Widgets Forums Grid Issue: Virtual Scrolling + Filter + checkedlist Filter Type

This topic contains 2 replies, has 2 voices, and was last updated by  Daniel H. 9 years, 12 months ago.

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

  • Daniel H.
    Participant

    I just downloaded the latest (3.6.0) hoping that it would address the issue, but I’m having a problem using “filtertype: ‘checkedlist'” on column definitions when virtual scrolling is enabled.

    Everything seems to work fine with the virtual scrolling itself, and filtering by date and/or textbox seems to work fine.

    The issue:

    – When the grid first loads and is displaying the top records, the checkedlist (“Excel”) dropdown filters appear to populate correctly (containing the DISTINCT values in the column).
    – However, when I scroll at all (for example, scrolling down a page) and the new data is loaded, the checkedlist filter dropdown is not refreshed properly. When you click the dropdown now, all you will see are two options: a “(Select All)” checkbox, and a checkbox that is blank (no text next to it)

    Is there something I’m likely doing? Or is there a simple way to have it repopulate the checkedlist dropdown after a scroll?

    Thank you,
    Daniel


    Peter Stoev
    Keymaster

    Hi Daniel,

    It is not possible to have a CheckedList Filer with Virtual mode due to the simple reason that in Virtual Mode data is loaded on demand and Checked List Filter expects the Data to be loaded and to show unique values only i.e this will never be adderessed because it’s not an issue.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    Daniel H.
    Participant

    I respectfully disagree that it IS an issue, however, thank you for the reply.

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

You must be logged in to reply to this topic.