Hi,
I was working with the SampleBrowser code, specifically the Exporting to Excel Sample for SfGrid, and I added a syncfusion:GridImageColumn to the sample which displays an image correctly as intended.
When I export the data to Excel all I have in the Image column is the image source URI text and not the actual image.
Is there a cell handler on the export method I need to implement?
Does the export method actually export images?
Also there is no online documentation I can find about this function to explain about it.
Thanks.