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

Problem with radgrid ExportToExcel() method

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
chandra kanth
Top achievements
Rank 1
chandra kanth asked on 05 Dec 2008, 06:21 AM
Hi,

I am facing problem with radgrid ExportToExcel() method.

The scenario is as follows:

I have a report page, containing some radcomboboxes, search and download buttons.
After selecting the options the user will click on search button. We are displaying the records in a radgrid.
The user can download the records into excel by clicking on download button.
In the click() event of download button we have used the grid.ExportToExcel() method to export the records into excel.
When the user clicks on the download button, open save dialog is opened. When the user clicks on save/cancel buttons in open save dialog box, we are unable to select the options from any of the radcomboboxes available on the page.

Please let me know if anyone knows what was the problem and how to solve it ASAP

Thanks & Regards,
Chandra Kanth. K

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Dec 2008, 01:41 PM
Hello chandra,

Is it possible that issue you encountered is due to the reason depicted here? Using similar approach with the setIsInPostBack flag of the comboboxes (when residing in RadGrid) should eliminate the unwanted side effect after the export operation is completed.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
chandra kanth
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or