Tree Node leaf

  1. #1

    Tree Node leaf

    Hi

    Is there a way that a tree node leaf can be dropped on another tree node leaf and then making the target leaf node an expandable node.

    Thanks
    Richardt
  2. #2

    RE: Tree Node leaf

    Running into the same issue...According to ExtJS forum, I need to set Expanded:true, Children:[] while leaving isLeaf:false. However, I dont think I can do that with Coolite. I tried Leaf=False, Expanded=True but not sure how to set Children to be empty array.

    https://www.extjs.com/forum/showthread.php?t=22927
  3. #3

    RE: Tree Node leaf

    Hi,

    Try to use CustomAttributes for Node
    <ext:ConfigItem Name="children" Value="[]" Mode="Raw" />
  4. #4

    RE: Tree Node leaf

    Thanks! That worked.

Similar Threads

  1. Replies: 0
    Last Post: Dec 19, 2011, 12:11 AM
  2. [CLOSED] Not able to drag drop leaf to leaf in TreeGrid
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 15, 2011, 1:47 PM
  3. Replies: 16
    Last Post: Jul 19, 2011, 3:53 AM
  4. [CLOSED] Error when deleting a tree leaf
    By Sharon in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 21, 2009, 11:12 AM

Posting Permissions