How to do to appear icon in datagrid just like the following?

0
I want to create a datagrid using entity.Is that possible?If possible please instruct me how to do that ?
asked
1 answers
0

You could do this with a datagird using an enum attribute and the image you can set with an enum. In the datagrid you can then set the formatting to image to show the image instead of the enum caption like so:

 

 

In your case this might not be the best option since your images look static. In that case using a listview might be better,  you can just add an image there.

answered