Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Bind html table onNodeClick by AJAX
posted

Hi,

Right now I have a webtree that when the user press on some node, it displays a html table (text inside) with some details about the selected node. This is working but each node click is a post back. Now I'm trying to improve this and try to make it Ajax Calls.

My first thought was that just adding a WARP panel containing the table would be enough. But I don't get the results that I was looking for. Still post backs are happening. 

So my questions are:

What properties should I add/change to the webtree in order to make AJAX calls and not fully postbacks? 

In the Warp I just set TriggerControlIDs="MyUltraWebTreeID", but Do I need to set up another propety?  

Thanks in advance,

Ulises