cancel
Showing results for 
Search instead for 
Did you mean: 

How to container more than one types of tablceCellEditor in one column

Former Member
0 Kudos

I have create one table

What I want is:

In one cloumn, in the first row of this column the cell editor should be a TextView. In ther seconde row of this column the cell editor should be a LinkToAction.

Is this possible in WEB Dynpro?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Not with SP11. In the meantime, the IWDTable has been enhanced by many new features, one of them allowing different editors in one column.

As a workaround you might use LinkToAction and disable it in the rows that should contain a TextView. Disabling rows may be done by binding the "enabled" property of the LinkToAction to a boolean attribute in the data source node.

Armin

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you both of you

Former Member
0 Kudos

Hi,

As far as I know u cannot have one row as text view and other row as LinkToAction in the same column.Instead u can have LinkToAction in all the rows and only enable the desired ones.

Regards,

Sowjanya.