Hi,
I am New to Infragistics Ultragrid.
Here is My Problem..I have set Status Column in my UltraGridRow as a Image..
UR = (
UltraGridRow)grid.Rows.GetItem(3)
UR.Cells[
"Status"].Appearance.Image="SomeImage.jpg".
Now When I am Exporting this Grid Using
UltraGridExcelExporter the Status Column apper as Blank..
Any Help appreciated
I am including a windows based application that exports an image to excel. please download and run the project upgrade utility to upgrade it to the same version of NetAdvantage that you are using. Create a folder called Images under the "C: drive" and place an image "Image1.bmp" in it.
When you click on the Create_Workbook button the program will fetch the image and export it to an Excel file in your browser.
Magued