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

Issues in RadGrid because of RadAjaxPanel

1 Answer 109 Views
AjaxPanel
This is a migrated thread and some comments may be shown as answers.
Jatin
Top achievements
Rank 1
Jatin asked on 01 Oct 2016, 08:08 AM

Hi Team,

I am using RadGrid inside RadAjaxPanel.

But RadGrid's function OnInfrastructureExporting="RadGrid1_InfrastructureExporting" is not working after adding RadAjaxPanel.

If i delete RadAjaxPanel then everything works fine.

Please let me know where exactly i am doing a mistake.

Thanks & Regards,

Jatin

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 05 Oct 2016, 03:00 PM
Hi Jatin,

Note that generally speaking, the exporting feature of the control work with regular postbacks only. The reason is the grid prepares additional information when performing export operation (available on postback). When the action is performed through asynchronous requests, this information can not be passed through the XMLHttpRequest object - that is why the communication between the browser and the server fails.

For more information on how to perfom export from ajaxified Grid see the topic below:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/how-to/Exporting/export-from-ajaxified-grid

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AjaxPanel
Asked by
Jatin
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or