cancel
Showing results for 
Search instead for 
Did you mean: 

How to change cell font and assign color to the same cell in List UIBB dynamically

Former Member
0 Kudos

Hi Team,

I am using List UIBB for my result list,For some cells based on condition i want to change the color as well as font for the cell at run time.

could you please guide me on this.

Thank you,

Lavanya Bollam.

Accepted Solutions (0)

Answers (1)

Answers (1)

ulrich_miller
Active Participant
0 Kudos

Hi Lavanya,

you cannot change the font. However you can change the background color of the cells.

You can achieve this by making use of the atttribute cell_design_ref in feeder class method
get_definition, parameter et_field_description.

Kind regards,
Ulrich

Former Member
0 Kudos

Hi Ulrich,

Thank you for the answer,i can change the font or color either one not the both using cell_design_ref.

But my requirement is that if any negative values are there in my list i need to show them in different color as well as different font. for that cell value.



I have a doubt that we can't achieve both at a time,i am checking for any possible way.


Thanks,

Lavanya.

ulrich_miller
Active Participant
0 Kudos

Hi Lavanya,
as I have said, you cannot change font color nor font size. They only thing that you can change is the color of the cell background.

Kind regards,
Ulrich