I have a RadGrid with a GridCheckBoxColumn. When exporting to Excel the values for this column do not make it to the Excel file. The column in the spreadsheet is there but no data.
Have you set the ExportOnlyData to True? If so set it to False which will export the checkbox values for the checkbox column.
Also which version of controls are you using? Upgrade to the latest version if you are using an older version.