cancel
Showing results for 
Search instead for 
Did you mean: 

How to embeded a tree into a table?

Former Member
0 Kudos

Hi all,

We want to create a table which rows can be collapsed, looks like a tree embeded into a table.

But we donot know how to implement it in webdynpro. So anyone can help us?

Thanks and Best regards

Deyang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, it is possible with regular table + IWDTreeByNestingTableColumn column.

You can mail me to vsilaev AT gmail DOT com and I'll send you working example (as far as I can see corresponding article by Bertram Ganz stil pending)

VS

Former Member
0 Kudos

> Yes, it is possible with regular table +

> IWDTreeByNestingTableColumn column.

> You can mail me to vsilaev AT gmail DOT com and I'll

> send you working example (as far as I can see

> corresponding article by Bertram Ganz stil pending)

>

> VS

Hi,

Is it possible to do the same using Portal Application.

If possible please send sample code both in webDynpro and Portal Application.

Thanks and Regards

Santhosh

Former Member
0 Kudos

How WD application running as portal iView differs from stand-alone WD application in context of this question???

You may download samples here (links are at the end of post)

Part I -- /people/valery.silaev/blog/2005/06/13/master-of-columns-part-i

Part II -- /people/valery.silaev/blog/2005/06/20/master-of-columns-part-ii

VS

Former Member
0 Kudos

Hi,

I am just looking into the samples u have sent.

Thanks for that.

What I meant in my previous post is,I just wanted to

develop two types of projects,one is Webdynpro

Application and the other is a Portal Component using

PDK.Webdynpro coding is different from the one

using PDK.I want the same output using PDK.

Thanks in Advance,

SANTHOSH

Former Member
0 Kudos

Ok, it is clear now.

I guess second part of your question should be forwarded to one of Portal-related forums.

VS

Former Member
0 Kudos

Yes VS Thanks,I will forward it to Portal related forum.

But I have one doubt regarding webdynpro application of

the weblog <b>Master of columns ,Part 1</b>.

Where can I find TreeTableUI control.I am using

SAP Netweaver Developer Studio version 2.0.5.

I didn't understand which SP11 you are referring to,in

<b>SP11 TreeTableUI Control.</b>

I don't find any TreeTable UI control in my Netweaver Developer Studio.

Can you,please help me in this regard.

Thanks,

SANTHOSH

Former Member
0 Kudos

The TreeByNestingTableColumn control you're looking for should be on the right-click menu of the tree UI element in the outline view. Choose "Insert MasterColumn". I'm not sure what version it was introduced, but I've used it in SP9 (2.0.9) and later.

-Dave

Former Member
0 Kudos

Thanks Dave for the response,

But I didn't find any thing(TreeByNestingColumn)

in outline view as you mentioned.

I need that badly.

Any help is really appreciated.

Thanks in Advance,

SANTHOSH

Former Member
0 Kudos

Hi,

It is called MasterColumn. It is not available in NDS 2.0.9. Its available from 2.0.11

Regards

Bharathwaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Try using a tray and embedding the table within.

The tray can be expanded and collapsed.