jQuery UI Widgets › Forums › TreeGrid › Treegrid with Filtering
This topic contains 19 replies, has 6 voices, and was last updated by Peter Stoev 8 years, 8 months ago.
-
AuthorTreegrid with Filtering Posts
-
Hello
I am looking at the treegrid with filtering example on the demo. When a field is selected via the search bar, if it has children they are hidden and cannot be expanded. Is there a way to search for a node, and once found, if it has children allow for expansion from there?
Thanks,
ArunHi Arun,
jqxTreeGrid displays only the records that match the filter criteria. We will consider providing additional filtering modes in the future versions.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Thanks for the reply. This isn’t really a future feature, for the treegrid, the basic functionality is to have nodes with children that can be expanded/closed as necessary. And search is just a means to locate a node in the grid. Once the node is located, it should still retain the properties of the treegrid node and allow node expansion/collapse. Is this more of a bug?
Hi Arun,
It is not a bug, because the widget works exactly as it is designed. Sorry, that you expect a different behavior. We will consider implementing additional Filtering Options in the future. In addition, Search and Filtering are 2 different things. Search finds an item, but still displays all items, but Filtering means that the widget displays only the records that match the filter. Btw, Incremental Search is included in jQWidgets ver. 3.2.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Thanks for the clarification Peter.
Does this problem work now?
Hi simcon94,
There is no problem. The widget works as designed.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comDo you have a example, how the search is implemented, that i find the childs also on treegrid?
I can’t find one…Hi simcon94,
No, we do not have such example. You are looking for a feature which is not implemented. We will consider implementing it in the future, but for now such thing is not in our plans.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comThat means, when i search or filters in treegrid, the childs nodes doesn’t show….
Hi simcon94,
They will show if they match the Filter Criteria. If they do not, they would not be displayed.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
I just want to follow up whether the any other filtering modes are implemented so that the user has the ability to expand the node after filtering?
In addition, You said search and filtering are 2 different things. Search finds an item, but still displays all items. I don’t find API and documentation for search. Would you mind telling where I could find the API for search?
Thanks,
CeciliaHi Cecilia,
All available filtering modes are demonstrated in the TreeGrid’s Demos section. It is not correct to show nodes that do not match the filtering criteria according to me. There is Filtering which is built-in. There is no Search.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi,
In filtering mode for Advanced or default filter, the dropdownList displaying the columns which are filterable is coming a little above search box. Is thr a way to handle the dropdownlist so that it can be pulled down a little.
Hi Moushumi,
I suppose you can use CSS to move up/down some HTML Element.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.