Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
Unable to export ceeckbox column from UltraWingrid to Excel?
posted

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

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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.

Children
No Data