This is a migrated thread and some comments may be shown as answers.

Text search within tree items

24 Answers 377 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ketaki
Top achievements
Rank 1
Ketaki asked on 08 Jun 2009, 07:29 AM
Hi,

I want to search an item within the tree items by text.
I can see one boolean property IsTextSearchEnabled. Can you please explain the working of this property? I have added this property to my tree but does not seem to work well. Am I missing something?

Thanks
Ketaki

24 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 08 Jun 2009, 03:26 PM
Hi Ketaki,

The IsTextSearchEnabled property comes from the ItemsControl and the reason why you see it in RadTreeView is because RadTreeView inherits the ItemsControl.

An implementation of how to search for items in RadTreeView while typing can be found in this example.

If you have any additional questions, do not hesitate to contact us.

Greetings,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ktang
Top achievements
Rank 1
answered on 18 Sep 2009, 09:26 PM
Hi Kiril
i am interested in this feature also, but the link you posted is to a trial version download.. I have full version already so do you think you can lead me to what example you are referring to?

Thank you

Kenneth
0
Kiril Stanoev
Telerik team
answered on 22 Sep 2009, 11:42 AM
Hi Ketaki,

I'd like to apologize for the misunderstanding. Currently RadTreeView does not support the functionality you are describing, but will for our next major release (end of Q3).

Greetings,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
PaulCo
Top achievements
Rank 1
answered on 20 Nov 2009, 08:44 PM
Has the TextSearch been implemented in the latest version.
If not, will it come in a next version?
0
Bobi
Telerik team
answered on 24 Nov 2009, 11:16 AM
Hello PaulCo,

We are currently working on implementing this feature.
This issue will be officially available in the Q1 release.

Sincerely yours,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ketaki
Top achievements
Rank 1
answered on 24 Nov 2009, 12:01 PM
Hi,

I have downloaded Q3, so does this feature is supported in this release?

-Ketaki
0
Bobi
Telerik team
answered on 24 Nov 2009, 12:12 PM
Hello Ketaki,

I I explained in the previous reply we are currently working on implementing this feature.
So it is still not available yet. The Q1 is scheduled for the beginning of the next 2010 year.
Here you can find the current status of our controls and the exact dated of each official release:

http://www.telerik.com/products/silverlight/whats-new.aspx

Greetings,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
MattC2007
Top achievements
Rank 1
answered on 22 Jan 2010, 04:03 PM
I didn't see any information about it in the 2010 q1 release info..
0
Bobi
Telerik team
answered on 25 Jan 2010, 01:52 PM
Hello MattC2007,

Unfortunately this issue is still in our to do list and we will not be able to implement it for the upcoming Q1 release. Currently we are making some significant improvements of RadTreeView and some of the major issues are already fixed.
Generally if a feature or a product gets lots of votes we might change our initial plans and develop it for the next release cycle.
I made your request public, so you and the other visitors of our site could vote for it(please, give it a day to show up, the application is synchronized daily) :
http://www.telerik.com/support/pits.aspx#/home


Kind regards,
Boryana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Rajiv Jain
Top achievements
Rank 1
answered on 14 Apr 2010, 08:25 PM

Is there any recent developments on IsTextSearchEnabled property?
I want to group, sort and filter leaf nodes in the TreeView control. Is there any way to do that?

Thx
RJ
0
Miroslav
Telerik team
answered on 16 Apr 2010, 03:10 PM
Hi Rajiv Jain,

Unfortunately currently the TreeView does not support grouping sorting or filtering out of the box - they need to be implemented on data level.

The next version of the TreeListView will support sorting and maybe filtering and may be a good replacement of the TreeView in this case.

Since we are currently working on the TreeListView it would be great to know how you expect hierarchical grouping to work.
- Do you expect just the root items to be grouped?
- Should the grouping work in each and every item (level) as well - what if the hierarchy is made up of different type of items? 
- Roughly, what is the total number of items that you intend to display?
- What is the maximum depth of the hierarchy of the data?

Kind regards,
Miroslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Rajiv Jain
Top achievements
Rank 1
answered on 16 Apr 2010, 03:40 PM
- Do you expect just the root items to be grouped? 
                     A: No, I want to group the leaf nodes Or you have say grouping at one particular level which would ideally be the last level in the hierarchy.

- Should the grouping work in each and every item (level) as well - what if the hierarchy is made up of different type of items?
                      A: My current scenario has just one type of item in the leaf node. For different types I am thinking a TreeView and GridView
hybrid in which each node has Grouping, Filtering and Sorting capabilities. I was wondering if you could add special Grouping scenarios like by date, by first letter in the display text etc

- Roughly, what is the total number of items that you intend to display?
                      A: Max 10000 in total

- What is the maximum depth of the hierarchy of the data?
                      A: 5
0
Miroslav
Telerik team
answered on 19 Apr 2010, 03:21 PM
Hi Rajiv Jain,

We are not yet certain if grouping will be part of the TreeList for the next release.

When the grouping is ready its API and functionality is expected to match the grouping of the GridView. 

Regards,
Miroslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Safiur Rahman
Top achievements
Rank 1
answered on 28 Apr 2010, 07:20 PM
Hi There,

We are currently also looking for the filter by text capability on treeviews while the user is typing.  The link provided earlier on this thread appears to be broken.  Please provide a working example.  (We are using the latest Q1 release for 2010). Thanks.

Safiur Rahman
0
Ivan
Telerik team
answered on 04 May 2010, 10:03 AM
Hi Safiur Rahman,

Thank you for contacting us.

Currently our tree-views do not expose filtering functionality. However we hope to implement it in RadTreeListView for the Q2 release.

About the example link - please preview attached here example.

We hope this information will help you.


Greetings,
Ivan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Nick
Top achievements
Rank 1
answered on 06 Oct 2010, 08:26 AM
Any updates? Was filtering within TreeView control implemented? If it was where can see an example, if it wasn't what are current workaround?

Thanks
0
Tina Stancheva
Telerik team
answered on 07 Oct 2010, 11:19 AM
Hello Nick,

You can check out this demo illustrating how to implement filtering on the RadTreeView. I hope it helps. Please let us know if you need more info.

Best wishes,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
abdul rahman
Top achievements
Rank 1
answered on 28 Dec 2010, 12:20 PM
Dear Telerik,

Do you have the source code of your demo site for the "Search As you Type" in a Treeview.

Regards

AR
0
Gary
Top achievements
Rank 1
answered on 25 Apr 2011, 10:08 PM
Did the "Search As you Type" ever get implemented for the RadTreeView for Silverlight?

-Gary
0
Petar Mladenov
Telerik team
answered on 27 Apr 2011, 12:17 PM
Hello abdul rahman,

What do you mean by "Search As You type" ? If you mean the Filter/Search/Sort Demo or any of the other demos at http://demos.telerik.com/silverlight/ the code is available when you click the "Code" button at the top-right of the page.

@Gary
Currently, the Filter/Search/Sort demo does not provide search functionality on every key stroke (if this is what you mean).

All the best,
Petar Mladenov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Todd
Top achievements
Rank 1
answered on 02 Jun 2011, 04:35 PM
This link does not seem to work.  Get error with Server message.
0
Tina Stancheva
Telerik team
answered on 03 Jun 2011, 08:55 AM
Hello Todd,

I am not sure which link doesn't work - is it the demo link Peter provided? If it is - can you try it this one - http://demos.telerik.com/silverlight/#TreeView/FilterSearchSort

This link is to the demo project that demonstrates how to implement search, sorting and filtering in the RadTreeView control. Give it a try and let us know if you need more info.

All the best,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Giuseppe
Top achievements
Rank 1
answered on 12 Feb 2013, 05:56 PM
Hi Tina,

I am also interested in this feature but the link brings me to a blank page.

Can you help me..

Kind Regards

Giuseppe
0
Tina Stancheva
Telerik team
answered on 15 Feb 2013, 08:21 AM
Hi Giuseppe,

Please find attached the solution in question and let us know if we can further assist you.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TreeView
Asked by
Ketaki
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
ktang
Top achievements
Rank 1
PaulCo
Top achievements
Rank 1
Bobi
Telerik team
Ketaki
Top achievements
Rank 1
MattC2007
Top achievements
Rank 1
Rajiv Jain
Top achievements
Rank 1
Miroslav
Telerik team
Safiur Rahman
Top achievements
Rank 1
Ivan
Telerik team
Nick
Top achievements
Rank 1
Tina Stancheva
Telerik team
abdul rahman
Top achievements
Rank 1
Gary
Top achievements
Rank 1
Petar Mladenov
Telerik team
Todd
Top achievements
Rank 1
Giuseppe
Top achievements
Rank 1
Share this question
or