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

[Solved] RadTreeViewContextMenu and the RadAjaxManager

1 Answer 79 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Duncan Evans
Top achievements
Rank 1
Duncan Evans asked on 26 Jan 2010, 07:35 PM
I am trying to figure out how to make my RadTreeView update after one of its RadTreeViewContextMenu in clicked. I have tried adding the control to the RadAjaxManager:

            <telerik:AjaxSetting AjaxControlID="treeGroupsContextMenu"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="treeGroups" LoadingPanelID="LoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting>   

That's doesn't work.. I have also looked for a AutoPostback property and see none. How can i accomplish this?

Duncan


1 Answer, 1 is accepted

Sort by
0
Vesko
Top achievements
Rank 2
answered on 28 Jan 2010, 01:59 PM
Try wrapping the treeview in RadAjaxPanel - that should work for sure.


Tags
TreeView
Asked by
Duncan Evans
Top achievements
Rank 1
Answers by
Vesko
Top achievements
Rank 2
Share this question
or