[CLOSED] Is it possible to store extra information with a tree node?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Is it possible to store extra information with a tree node?

    Hi,

    I'd like if possible my tree nodes to store additional information (e.g. the TYPE of item), so that I can interact with them better.

    I've added extra details about the TreeNodes in my web service:

    treeNode.CustomAttributes.Add(new ConfigItem("loctype","\"floor\""));
    And I see that going over the wire in json, but that isn't stored anywhere with the node (I don't think...). Is is possible to store this with the node so that when my context menu fires, I can pull the details back?

    Thanks
    Last edited by geoffrey.mcgill; Jan 23, 2011 at 4:24 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] 'RowError' Information in Store DataSource
    By UnifyEducation in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 18, 2012, 8:08 AM
  2. [CLOSED] Reload tree node
    By RCN in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: May 16, 2012, 8:39 PM
  3. [CLOSED] Tree Node Question
    By rosua in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Mar 29, 2012, 10:06 AM
  4. Replies: 0
    Last Post: Dec 19, 2011, 12:11 AM
  5. Replies: 16
    Last Post: Jul 19, 2011, 3:53 AM

Posting Permissions