jQWidgets Forums

jQuery UI Widgets Forums Grid Loosing the "Select All" option in row filter

This topic contains 4 replies, has 3 voices, and was last updated by  mflach 8 years, 3 months ago.

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

  • mflach
    Participant

    I have a grid with a row filter. When I edit the data in the grid the first option in the filter (Select All) goes away. Actually, it looks like the first option function like a select all but is overwritten by the option text. The new first option is no longer selectable. See the image for an illustration.


    mircea.ontanu
    Participant

    Hi,

    I have the same issue:
    Fiddle here: http://jsfiddle.net/9kc9992f/

    After a jqxGrid(‘updatebounddata’, ‘cells’) the “Select all” in the filter dropdown is lost. Also if you click on something in the dropdown filter list you will see that the first item acts as the Select All but it is not the Select All.

    Any workarounds for this or we wait for a fix?

    Thanks,
    Mircea


    fewr
    Participant

    Hello 🙂

    this Bug happens always if the filter will be execute after the grid was load,
    like by the grid “ready”-function or each other try with jquery.

    But you can use a very similarly way by using the column filter.
    A positive side effect is that the records will not load twice time a the beginning.


    mircea.ontanu
    Participant

    Hi Fewr,

    Thanks for the workaround. (showfilterrow: false, filterable: true) – the column filtering is not affected by the bug, only the filterRow.
    I hope that the client doesn’t ask for the solution with the filterRow. Was faster and easier for the user to use the filterRow than the options menu on each column, but I can give it a try and train them.

    I’m still hoping for a bug fix. I’m hitting all sort of bugs with the grid and I find some things in this forum that are not in the documentation. I hope they will find some time to do some house keeping with the library. And the most important of all, improve the performance of the grid. Using the page mode is not always an option. In a corporate production environment we need to see the commitment for the devs of this library to fix and improve it, as I cannot just say to my superiors “that doesn’t work”, “that has a bug and I don’t know when it will be fixed”, “well that is the fastest you can get”. They will simply deny my request to go further with the subscription in the future and force me to find alternatives.

    Thanks,
    Mircea


    mflach
    Participant

    Yes, disabling the filter row does fix the problem but the reason I used the filter row is because the filter popup is large enough to hold the data. As far as I know there is no way to control the size of the filter popup when you use a column filter.

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

You must be logged in to reply to this topic.