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
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