Hi
I have a RadGridview that contains some data columns and some image columns and images are in different sizes (refer to attached image). I want to export it to excel. what is the best way to adjust row height and column width (based on image sizes)?
Note1: I think that i should put some conditions on "ExcelexportRenderer_WorkbookCreated" event but can't find the way.
Note2: My images are in binary format ("System.Byte[]").