Hi there,
I have to display a combination of links and textviews in the same column within a table. Because I cannot intermix cell editor types in the same column, I have to disable the links in order to achieve this. The issue then is, my disabled links are greyed out, when in fact, I want them to be a solid black (appearing like textviews) Does anyone have any hints as how I can do this?
Thanks,
MP
If you don't mind that the link remains clickable, you might set its "type" property value to WDLinkType.RESULT. I'm not sure if a disabled link of this type is also greyed out, you might check this out.
Armin
Message was edited by: Armin Reichert
Add a comment