Skip to Content
0
Sep 09, 2017 at 01:11 PM

Adding an Icon Based on Data Received from XML Model

192 Views

I am receiving some data from an XML model and I have successfully bound it to a table. However, on a particular field, I don't want to show the data that's been received directly. If the data received is 1, I want a green colored tick. If data received is 2, I want a red colored tick. How can I do it?

Any sample code/links are appreciated.