cancel
Showing results for 
Search instead for 
Did you mean: 

How to highlighted some of the rows of table to bold

Former Member
0 Kudos

Hi,

How can i highlighted some of the rows of table to bold or may be giving any color based on the condition.

Thanks & Regards

sailajit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create an attribute of type TextViewDesign in the node that you bind to the datasource of the table.Bind this attribute tothe design property of textview(Cell Editor).Based on the condition set this attribute to your need(bold or something)

Regards,

Saravanan K

Former Member
0 Kudos

Hi

You can change the textview's design property and see the difference.

At runtime you want to change it then

create an attribute with the type

com.sap.ide.webdynpro.uielementdefinitions.TextViewDesign

and bind it to the table textview's design.You can change it at run time

Kind Regards

Mukesh