SmartClient Version: v9.1p_2014-10-20/PowerEdition Deployment (built 2014-10-20)
GWT 2.6.1
IE-11
I have a case where I would like to check the values coming back in a Grid. If I find a predetermined value, I would like to replace that value with a clickable link that displays something like 'click me' as a link within the Grid.
The column type is of type integer, but the link I would like to replace it with would be a text?
What would be a good approach for this?
GWT 2.6.1
IE-11
I have a case where I would like to check the values coming back in a Grid. If I find a predetermined value, I would like to replace that value with a clickable link that displays something like 'click me' as a link within the Grid.
The column type is of type integer, but the link I would like to replace it with would be a text?
What would be a good approach for this?
Comment