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