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

Export to excel from rad grid fails

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saurabh
Top achievements
Rank 1
Saurabh asked on 28 Jan 2011, 02:17 PM
Hi All,

I am using two telerik rad grids on same ascx page. I have used below code to give export to excel functionality.

<CommandItemSettings ShowExportToWordButton="true" ShowExportToExcelButton="true"
            ShowExportToCsvButton="true" ShowExportToPdfButton="true" ShowAddNewRecordButton="true"
            AddNewRecordText="My Change Orders Queue" />

<ExportSettings HideStructureColumns="true" ExportOnlyData="true" IgnorePaging="true"
        OpenInNewWindow="true">

Now what happens is that export works fine in bottom grid but in top grid when I click export to excel button the grid simply reloads itself and no download occurs.

I have used telerik:RadAjaxManager and I am doing all this under sharepoint.

Please revert me back if you guys have some clue.

Thanks,
Saurabh

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 02 Feb 2011, 02:37 PM
Hello Saurabh,

Please examine the following link:
Export from ajaxified grid

Let me know if you need more information.

Kind regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Saurabh
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or