Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Order of Childnodes in a treegrid

    Hello Isomorphic,

    I have a treegrid which has serveral rows, out of which some may have child nodes or they may be independent rows.

    What i want is child nodes of a particular parent node to be coming in a particular order.

    Every record will have maximum upto one level of child nodes.
    If a record has child nodes then there will be minimum of 2 children for that node.
    What I want is amongst these children one particular child should always be first child, is there any setting for this ?

    #2
    If you simple return them in the order you want in your server response, they will be shown in that order.

    Comment

    Working...
    X