Hello,
I want to add image to my treeGrid. I am getting data from WebAPI. Image is also getting from WebAPI like hex (type - byte[]) (0x89504E470D0A....). In my treeGrid I think it looks like base64 (iVBORw0KGgoAA....). I want it to show like image.
I am getting data from WebAPI and displaying like:
This is the response from WebAPI:
And the view is like this:
I want that in column PictureContent there will be images instead of symbols.
Is there a possibility to do that?