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.