cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic table dynamic setCellDesign

Former Member
0 Kudos

Hi experts,

i created a table dynamically and i would like to set the CellDesign for each column dynamically as well.

I have created a dynamic node and added a attribute of Type: "com.sap.ide.webdynpro.uielementdefinitions.TableCellDesign" to it. in there specify how the cell shall looks like. My problem comes, when i try to add the attribute to the table property Cell Design via tablecolumn.setCellDesign().

Does anyone know how i can achieve this?

thanks in advance,

Rene

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use bindCellDesign(IWDAttributeInfo).

Armin

Former Member
0 Kudos

Hi Armin,

wow this was fast and absolutely correct. i tried it right away and worked.

Thanks Armin...

best regards

rene

Answers (0)