Just Simple Question About TreePanel

  1. #1

    Just Simple Question About TreePanel

    Hi All,

    I wanna ask you, is it possible to add node base on NodeId ? If yes, how can i do that.. Thank you.
    Last edited by teamsar; Jan 25, 2013 at 2:16 AM.
  2. #2
    Hi @teamsar,

    I don't understand the following. Please clarify.

    Quote Originally Posted by teamsar View Post
    to add node base on NodeId
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @teamsar,

    I don't understand the following. Please clarify.
    Hi Daniil,

    I want to add child node into parent node by searching parent's node(id). Is it possible to do that..?? If yes, how ?? Is there any method or C# function in ext.net ? FYI, in winform we possible to add child node into parent node by searching parent's node. This is for the simple sample that i want to do but in Ext.Net version. Thanks
  4. #4
    I guess you need this.
    this.TreePanel1.GetNodeById("nodeId").AppendChild(new Node() 
    { 
        Text = "new child", 
        Leaf = true 
    });

Similar Threads

  1. [CLOSED] DateFiled simple question
    By Pyropace in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 15, 2012, 10:37 PM
  2. Very simple question TreePanel check or uncheck all
    By apocalipse9 in forum 1.x Help
    Replies: 0
    Last Post: Jun 17, 2010, 12:36 AM
  3. [CLOSED] Simple Question: Add Script to ScriptManager via Ext Javascript.
    By Immobilmente in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 12, 2009, 4:06 AM
  4. [CLOSED] Simple radiogroup question
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 24, 2009, 5:56 AM
  5. [CLOSED] Simple date render question
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 05, 2008, 1:31 PM

Posting Permissions