Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
Question about hierarchy
posted

Hello!

I have 5 objects:

object 1 is root, object 2 and 3 in subroot, objects 4,5 in subsubroot :)

here is the hierarchy:

object1

object2

object4

object3

object5

Is it possible to make this hierarchy in xamWebGrid?

Thank you.

 

 

  • 715
    posted

    Sorry, I`ve forgot to write some words.

    object1 is root for objects2 and object3

    object 4 is child for the object2

    and object5 is child for object3

    for example :

    class1 { public object object2;  public object object3;}

    class2 { public object object4; }

    class3 { public object object5;}

    thank you.