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:
That's doesn't work.. I have also looked for a AutoPostback property and see none. How can i accomplish this?
Duncan
| <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