I am trying to replicate this example:
http://www.telerik.com/demos/aspnet/Controls/Examples/Integration/Ajax/TreeView/DefaultCS.aspx?product=treeview
but i am trying to use master pages and also to place the code in a control. Due to the fact that the RadAjaxManager1 is in the master page it cannot see the RadTreeView controls. Below is an extract from the example showing how it is done without using c# code:
http://www.telerik.com/demos/aspnet/Controls/Examples/Integration/Ajax/TreeView/DefaultCS.aspx?product=treeview
but i am trying to use master pages and also to place the code in a control. Due to the fact that the RadAjaxManager1 is in the master page it cannot see the RadTreeView controls. Below is an extract from the example showing how it is done without using c# code:
<rada:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<rada:AjaxUpdatedControl ControlID="tree2"></rada:AjaxUpdatedControl>
<rada:AjaxUpdatedControl ControlID="tree1"></rada:AjaxUpdatedControl>
<rada:AjaxUpdatedControl ControlID="dummy_label1" LoadingPanelId="LoadingPanel2"></rada:AjaxUpdatedControl>
<rada:AjaxUpdatedControl ControlID="dummy_label2" LoadingPanelId="LoadingPanel2"></rada:AjaxUpdatedControl>
</UpdatedControls>
</rada:AjaxSetting>
This issue has been driving me mad help would be much appreciated.
Thanks
Mark