jQuery UI Widgets Forums TreeGrid TreeGrid Filtering

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • TreeGrid Filtering #67262

    mohamedazher
    Participant

    Hi,

    Currently in all the Tree Grid filtering examples, i see that when a Filtering is done, it searching all the items at all levels and returns only results matched.

    Eg:
    Paula
    –Wills
    –Jhon

    Filtering for “Wills” returns Paula and Wills. But when we search for Paula, only Paula is returned. The match is absolute. This is ok in some cases. But if you have 3-4 level nesting, you are forced to search for an item at the 4th level to reveal the full hierarchy. Even if Level 3 parent is matched, it wont reveal the items inside.

    Considering the purpose of tree grid, which is meant to store hierarchical data, is it possible to return the child items also only if the root is matched?

    Eg
    USA
    –California
    –Arizona
    India
    –Maharashtra
    –Uttar Pradesh

    In the above scenario, searching for “USA” should not just return the first item “USA” but its sub items too, as California and Arizona are a sub item of USA.

    Is this currently possible? If not, is it at least possible though the filtering API or any other way to do it manually? I am even ready to try and do it manually if need be, but any pointers would be helpful

    Regards,
    Mohamed Azher

    TreeGrid Filtering #67288

    Dimitar
    Participant

    Hi Mohamed Azher,

    Unfortunately, there is no way to achieve this functionality in jqxTreeGrid.

    Best Regards,
    Dimitar

    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.