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
70
WinTree - hierarchy
posted

Hi ,

I  Have some requirement with Wintree.

Please check the example below.

My Stored Procedure giving me the Two recordsets;

First Set :

ID   Name  Dept

------------------------

1   Red    CSE

2   Blue    ECE

3  Gray    EEE

Second :

ID  Contact  Place

-------------------------

1    123       Xyz

1   234       DDD

1  456        FFF

2  233       LLL

3   456     JKL

so My requirement is In the first set and Second Set ID is the common thing ...

i am using Wintree control..

so i need to display like

1   Red    CSE  (Node1) and Drill down each..

      

                123       Xyz

                234       DDD

                456        FFF

2   Blue    ECE        (Node 2)

                 233       LLL

3  Gray    EEE    (Node 3)

              456     JKL

So How to set up these kind of requirement using WinGrid.

so Please update the sample code to set up this.

 

Thanks,

Red