cancel
Showing results for 
Search instead for 
Did you mean: 

How to create GroupedColums in a table

Former Member
0 Kudos

Hi All,

can anyone tell me how to create GroupedColums in a table rather than Colums in a table

Regards

Padma N

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Padma

1)Right Click on the Table in your RootUIElementContainer

2)Select Insert Grouped Column

3)Then Inser Column and Insert Header

Bind those columns to the context manually

Best Regards

Chaitanya.A

Former Member
0 Kudos

Hi Chaitanya,

i created a table.By right clicking on that table i dont have an option as Insert Grouped Column..I have only Insert MasterColumn and Insert Columns

Regards

Padma N

Former Member
0 Kudos

HI Padma

Which version of NWDS you are currently using

Best Regards

Chaitanya.A

Former Member
0 Kudos

Hi Chaitanya,

the version is 2.0.9

Regards

Padma N

Former Member
0 Kudos

Hi,

I think your version doesnt support this.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Padma

As far as i know that version will not support

i am using Version: 7.0.06 , and i can able do that GroupedColumn option

Best Regards

Chaitanya.A

Former Member
0 Kudos

Hi Ayyapparaj ,

Actually i am trying to implement Filter to my table.In TableFilter.java file it is showing error at "iterateGroupedColumns" bcz the colums are not grouped colums.

Can u plz suggest me how to resolve this problem.

Regards

Padma N

Former Member
0 Kudos

Hi,

Refer this blog /people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter

for the table filter

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj ,

i copied TableFilter.java.But i am geeting errors at GroupedColums bcz my table colums are Colums only not grouped colums...

how to resolve this problem

Regards

Padma N