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

[Solved] TreeNodeClick performs postback instead of AJAX

1 Answer 92 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jonathan Torres
Top achievements
Rank 1
Jonathan Torres asked on 03 Feb 2010, 11:25 PM
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

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 04 Feb 2010, 01:59 PM
Have you tried to have the Ajaxmanager set up so the TreeView points to itself as well? Not sure what else is on your page but it's helped me before.
Tags
TreeView
Asked by
Jonathan Torres
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or