complex grid

how can I build a grid which will display structure like on the image attached to this post ?

On this image you can see a list of members, where every member must be signed in by another member. This is called UPLINE (the one who sponsors) and DOWNLINE (the one who signs in and is sponsored). this list is expanded by clicking on a little + sign. I would also like to have an ability to expand a whole list (with one button click).

Is it possible with SC ?

Arthur

SC_Question_02.jpg

Re: complex grid

Hello,

You should see Nested Grids and Master/Detail applications.

regards,
Bernhard Bernsmann

Re: complex grid

this example is not what I need. Did you see the attached image ?

Arthur

Re: complex grid

Hello,

Take a look at these examples:

Master / Detail: http://scriptcase.net/systems/v5/exemplos_en_us/grid20/grid20.php
Tutorial: http://scriptcase.net/phpgenerator/samples/tutoriais/grid/grid20.php

Nested Grid: http://scriptcase.net/systems/v5/exemplos_en_us/grid25/grid25.php
Tutorial: http://scriptcase.net/phpgenerator/samples/tutoriais/grid/grid25.php

regards,
Bernhard Bernsmann

Re: complex grid

Second one gets a little closer to what I need but it is not exactly what it supposed to be. I;m not sure how the database would need to bw structured, perhaps one can give me a hint. the idea is that people are joining certain group of interests. This is like an affiliate program or better yet MLM program. User in order to sign in needs a sponsor ID. So every member sponsors his “DOWNLINE” and every signed person must have his/her UPLINE. this is like a tree, with unlimited number of branches. That’s why on the image you see the “+” (plus) sign and then each branch below has more plus signs if there are any members. This is somewhat like a directory tree in Windows. I need to create a list like this. So far everything I saw was far from what I need. The grid with nested grid is close, but how would I implement it if there are infinite number of subbraches ?
Obviously this isn’t only the question how to build the grid, but also how to structure the database records and relationships.

Arthur

Re: complex grid

Dear NetMake support!
IS THIS ALL YOU CAN SUGGEST ?

Art

Re: complex grid

Why do you cry out at the support ?
This is a USER forum and the support is not part it !

Re: complex grid

the user forum is supported by NetMake, and the previous post was from Bernhard (who represents NetMake).
That’s why.

Regards - Art

Re: complex grid

here is another example of what I’m looking for (as you see this could be easily implemented with ExtJS): http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/tree/treegrid.html

Art