Browse By Tags

  • Need a Sample - Getting all Checked nodes on Postback / Submit

    I would like to know if anyone have a sample where I get a list with all the nodes checked, Children and parents. 

    I would prefer getting it clients side so that I can pass it to a webservice (AJAX) and not do a postback. 

    If this is not the recomended way…

  • Webtree with ManualSmartCallbacks Expands 2 Levels On each DemandLoad

    Each time a demand load occurs within my webtree it expands the node I click on and the first node that is added to the selected node too.

    i.e. Rather than just the children of the selected node being displayed it also dislays their children.

    Could…

  • Re: WebTree Check All Child Nodes With Demand Load

     Good day!

     We have the similar problem with the DemanLoad:

    We want generate multilevel tree with the DemandLoad. We are normally load first and second level, but weird - when we try to load third level, in e.Node.Parent we have "null" and Text is also "null…