Hello SDN,
I have a LinkToAction UIElement which I want to disable in some cases, to not lead to the action.
But with the property 'enable' the link goes grey if I disable it.
This doesn't look good for the field is actually the key of the table.
Is there any other way to not lead to the action? Since it's a Table UIElement I can't work with two different UIElements, one is a TextView, one is a LinkToAction, because TableUIElement do only allow one UIElement in a cell, as far as I know.
Greetings and thanks a lot,
Florian