[CLOSED] TreeGrid example on examples.ext.net does not show any nodes

  1. #1

    [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    The source code appears to have nodes, but they don't display. Is there a reason for this?
  2. #2

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    jmcantrell (5/20/2010)The source code appears to have nodes, but they don't display. Is there a reason for this?
    Can you provide some more information? Which example is this in regards to? Can you provide a link to the example?


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    It's the only treegrid example I could find.

    https://examples1.ext.net/#/TreePane...nced/TreeGrid/
  4. #4

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    Would it be possible to get an example of how to use a TreeGrid? In particular, databinding and how to add nodes from the code behind?
  5. #5

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    Should I post a different request? I'm kind of stuck here.
  6. #6

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    Hi,

    Sorry for the delay. The problem we changed recently behaviour of the CustomConfig (now all custom config items have camel case name (first digit has lower case) )


    Unfortunately those changes affect on CustomAttributes collection of the tree node. All custom attrubutes now serialized with camel case. To fix that example just change all custom attributes names to the camel case (Task -> task) and use new names in the DataIndex (DataIndex="Task" -> DataIndex="task")


    We havo to discussed yet is this desired behaviour for CustomAttributes or attributes must save original letter case


    About adding nodes from code behind see the following topic (it contais small example for adding nodes from code behind)
    http://forums.ext.net/showthread.php...1803-16-1.aspx
  7. #7

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    Hi,

    Fixed. TreeGrid example works as expected now (attributes names don't change letters case)
  8. #8

    RE: [CLOSED] TreeGrid example on examples.ext.net does not show any nodes

    That works. I'll study the XTemplate examples more.

Similar Threads

  1. Custom TreeGrid nodes ?
    By Mohammad in forum 1.x Help
    Replies: 18
    Last Post: Aug 22, 2012, 9:49 AM
  2. Replies: 7
    Last Post: Oct 06, 2010, 6:44 PM
  3. [CLOSED] TreeGrid not rendering correctly after nodes/columns change
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 07, 2010, 6:52 PM
  4. [CLOSED] Access TreeGrid nodes from DirectEvent handler
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Jun 28, 2010, 6:35 PM
  5. [CLOSED] [1.0] Setting Cls property on nodes with TreeGrid
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 15, 2010, 1:23 PM

Posting Permissions