Mohammed
There is currently an article in the works on how to do this. It should be published in the near future, and when that happens, I will update this thread with a link to the article.
Ian
Hi Mohammed,
This is a known issue for some reasons you can't add picture control or button to a list.
there is a simple work around for your case, as I see you are trying to set a group icon, I would suggest to do the following:
add data label control to your column and it's text value must be a "space"
now go the column tab and change the icon property to group
Note: there must be a way to add your own icon to this list, Im trying to figure it out
wish it helps
OR you can just add the following as an expression on the data label:
<!DOCTYPE html>
<html>
<body>
<img src="http://localhost:81/Runtime/Styles/Platinum/Images/AlphaLogo.png" alt="My Image" width="42" height="42">
</body>
</html>
Modify the source of the image :)
How to add conditional images to rows in a List View
https://help.k2.com/kb001404