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

How to ajaxify one TreeView node

1 Answer 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Frederic Leuba
Top achievements
Rank 1
Frederic Leuba asked on 28 Jan 2009, 01:13 PM
Hello,
I am working in full code behind, I want to ajaxify one node of my Treeview on a Timer tick.
I do not know, how can I do with the AddAjaxSetting method.

RadAjaxManager1.AjaxSettings.AddAjaxSetting(Timer1, ???);

This method need a Control for the 2nd  parameter, I have tried to put the RadTreeNode but it does not work (javascript error)!

regards

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 28 Jan 2009, 01:24 PM
Hello Frederic Leuba,

This is not supported by RadTreeView. You can ajaxify the treeview as a whole control. RadTreeNode is not a complete control by itself and cannot be ajaxified.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Frederic Leuba
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or