jQWidgets Forums

jQuery UI Widgets Forums TreeGrid filtering…

This topic contains 4 replies, has 2 voices, and was last updated by  Alexandra 10 years, 12 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    filtering… Posts
  • filtering… #56208

    Alexandra
    Participant

    Hello,

    Let’s say that I have this treegrid .

    If I am filtering by “First Name” to be “Paula” only the records that have first name = “paula” will be displayed.
    After that if I change the filter, I want to be displayed the records that have last name = “johnson” , no record will be displayed because the first filter is still applied. So it will look for records that have first name=”paula” and last name=”johnson” .

    Is there a possibility to delete the previous filter when I change the column on which I want to apply a filter ?

    In this example, when I select the column “last name” I want to delete the filter : first name = paula

    Thank you,
    Alexandra

    filtering… #56210

    Peter Stoev
    Keymaster

    Hi Alexandra,

    Ok, Delete it. Select the filter which you want to delete, delete it and press Apply or click the search button.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    filtering… #56213

    Alexandra
    Participant

    Hey Peter,

    I was thinking that maybe is a way to delete it from code so the user don’t have to take care to delete the previous filter.
    But I guess this is not possible …right?

    filtering… #56214

    Peter Stoev
    Keymaster

    Hi Alexandra,

    No, it’s not possible.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    filtering… #56215

    Alexandra
    Participant

    Ok.

    Thank you very much.

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

You must be logged in to reply to this topic.