Hi
I've got a small table on my database
Table : Field : ID, Field image (typeof image)
I bind the UltrawinGrid.UltraGrid to my table...
What is displayed is that :
id, system.Byte[]
Ok, it seems that the grid is not able to convert byte[] (ie image) from database into correct image...
So, what should I do in order to get the image displayed correctly ?
Thanks
Hi,
That's easy. Set the Style on the column to Image.