cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying grayed out text with image in Web Dynpro ALV table

Former Member
0 Kudos

Hello Experts!

I'm working on a scenario where text in cells is grayed out base on value in a specific column. This is done by manipulating the status of enabled property of cell editors , making it dependent on specific column. ALV Configuration Table read-only property is set to false , because one columns is editable.

If I'm using TextView cell editor then dynamic graying out of text in cells is working fine. The problem occurs when in cell editors of type Caption, LinkToAction or LinkToURL that I use to display iconwith text. In Caption cell editor text is never grayed out and in LinkToAction and LinkToURL text is never not grayed out if link is not set.

How can I achieve dynamic text gray out / ungray out for icon with text without use of dynamic programming?

Accepted Solutions (0)

Answers (1)

Answers (1)

gill367
Active Contributor
0 Kudos

HI

I checked with link to action.

when the enable property is set false, the text is greyed out.

Have you tried with that .

thanks

Sarbjeet Singh