Hi,
I have an UltraWinGrid with a checkbox column. I want to export this checkbox column along with other columns to excel. I want the checkboxes to appear in the excel file as they appear in the Grid.
Cheers,
SK
Hi SK,
No, the Infragistics Excel assembly currently doesn't have support for CheckBox cells in Excel. You should Submit a feature request to Infragistics.
You could get around this by using images, I suppose. You could handle the CellExported event and export an image of a CheckBox into the cell. But this is kind've a hack, since the user won't be able to toggle it in Excel.