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

[Solved] RadGrid Exporting issue while in an Update Panel

0 Answers 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 30 Jun 2008, 02:59 PM
Hello guys,

I have a problem regarding exporting the content of a RadGrid if this RadGrid resides inside of an UpdatePanel.

From what i have seen, the exporting occurs on the page postback. But, since the Update Panel does not allow the refresh (postback) of the entire page (by the way, this is actually the reason I'm using it, so that the postback needed to perform an action would occur at the panel level and not the page level), the exporting does not work. To make it work, I have registered the control causing the exporting (RadComboBox) as a trigger in the Update Panel, but that just ruins the whole purpose of the Update Panel, as the whole page is being refreshed.

And even so, with the trigger, I'm having problems with the export settings as they don't work properly (for instance, when the IgnorePaging property is set to True, it shows me only the first page), and I'm guessing that is also because of the UpdatePanel my RadGrid and RadComboBox reside in.

I could use any help. Thanks.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Share this question
or