Hello, I have an employee datable that i would like to show in a data grid. one of the fields in the datable is a photo field that contains the employees' photo.
My problem is that this photo column in the grid shows only "System.Byte[]".
I guess i shall somehow format the column in the GridAutoGeneratingColumns event but i'm not reaching there...
I'm using xamarin,ios in visual studio (Mac) and c#, and would appreciate any help... thanks