Hi Telerik Team,
(a) I have populated about 250 nodes in telerik treeview (The Treeview have vertical scroll bar). Now I switch the "AllowIncrementalSearch=True". At run time when I look for item (by typing the text) whos node in currently below the treeview visible region then the treeview dont automatically scrolls down to that node. It do select the right node but dont display it to the user.
(b) During the investigation for above scenario I tried to check the "Ensurevisible" property of standard treeview control was not found. can you please guide me in this regard as well.
Regards,
Haroon.
(a) I have populated about 250 nodes in telerik treeview (The Treeview have vertical scroll bar). Now I switch the "AllowIncrementalSearch=True". At run time when I look for item (by typing the text) whos node in currently below the treeview visible region then the treeview dont automatically scrolls down to that node. It do select the right node but dont display it to the user.
(b) During the investigation for above scenario I tried to check the "Ensurevisible" property of standard treeview control was not found. can you please guide me in this regard as well.
Regards,
Haroon.
5 Answers, 1 is accepted
0
Accepted
Hello Haroon,
Thank you for writing.
It seems that you have found a bug in RadTreeView. I have scheduled it for fixing.
As a workaround you should handle the Selected event of RadTreeView and use the BringIntoView method - example:
Kind regards,
Jordan
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for writing.
It seems that you have found a bug in RadTreeView. I have scheduled it for fixing.
As a workaround you should handle the Selected event of RadTreeView and use the BringIntoView method - example:
void radTreeView1_Selected(object sender, EventArgs e) |
{ |
this.radTreeView1.BringIntoView(this.radTreeView1.SelectedNode); |
} |
Kind regards,
Jordan
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Hassan
Top achievements
Rank 1
answered on 15 Jan 2009, 11:44 AM
Hi,
Can you please tell me if that bug, you mentioned, in RadTreeView is fixed or still in pending list.
Thanks
Hassan
Can you please tell me if that bug, you mentioned, in RadTreeView is fixed or still in pending list.
Thanks
Hassan
0
Hello Hassan,
Thank you for your question. Yes, the issue was fixed for Q3 2008.
Greetings,
Jordan
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for your question. Yes, the issue was fixed for Q3 2008.
Greetings,
Jordan
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Subh
Top achievements
Rank 1
answered on 24 Sep 2009, 01:00 PM
Hi Jordan,
I am using Q2 2009 version and still i don't find the "EnsureVisible" property of the treenode. please help me to figure it out further.
Thanks in Advance.
Subh
I am using Q2 2009 version and still i don't find the "EnsureVisible" property of the treenode. please help me to figure it out further.
Thanks in Advance.
Subh
0
Hello Subh,
The EnsureVisible() method is implemented and will be available for Q3 2009 release later this year.
The EnsureVisible() method is implemented and will be available for Q3 2009 release later this year.
Write again if you have other questions.
Regards,
Victor
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.
Regards,
Victor
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.