This is a migrated thread and some comments may be shown as answers.

Export Radgrid

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eva
Top achievements
Rank 1
Eva asked on 06 Sep 2012, 11:01 PM
How to export the radgrid in xlsx format.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 07 Sep 2012, 04:58 AM
Hi Eva,

RadGrid supports Excel export format (in Q2 2012) which is based on a binary XLS (BIFF) format and is supported in all versions of Microsoft Office, starting from 2003. By default it exports the file in .xlsx format.
aspx:
<ExportSettings ExportOnlyData="true" >
    <Excel Format="Biff"/>
</ExportSettings>

Thanks,
Shinu.
Tags
Grid
Asked by
Eva
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or