I have a RadTreeView that is created through server-side code. I also have a RadPanelBar control that displays from a query when the tree node is clicked. I have a RadAjaxManager control on the page that points from RadTreeView to RadPanelBar. I do not have a loading panel.
When I click on a tree node, a postback is occurring instead of an ajax call. The main problem is that when clicking on one of the lower tree nodes, this postback forces the webpage to scroll back to the top.
Can someone provide some information that will help me get the ajax calls to work?
Thanks
When I click on a tree node, a postback is occurring instead of an ajax call. The main problem is that when clicking on one of the lower tree nodes, this postback forces the webpage to scroll back to the top.
Can someone provide some information that will help me get the ajax calls to work?
Thanks