How to solve "Network Error" problem while exporting in .NET MVC PivotGrid?
You can solve the “Network Error” problem while exporting OLAP controls through the below information.
REASON FOR THE PROBLEM
In-general, we are using “HttpContext.Current.Response” class for exporting operations. As WCF Service does not support the usage of this class, in all the system configurations, we get “Network Error”.
The below screen-shot shows the mentioned class used in WCF Service under “Export” method.
SOLUTION
In order to re-solve this problem, we have migrated to Web API controller class for adopting communication between server-side and client-side. Migration from WCF to Web API would require only minor configuration changes. Other than this, the service methods and logic inside service method would appear the same.
Below UG documentation links illustrates how to integrate our OLAP controls with Web API controller.
OlapChart: https://help.syncfusion.com/js/olapchart/getting-started#webapi
PivotGrid: https://help.syncfusion.com/js/pivotgrid/getting-started#webapi
OlapClient: https://help.syncfusion.com/js/olapclient/getting-started#webapi
Conclusion
I hope you enjoyed learning about how to solve "Network Error" problem while exporting IN .NET MVC.
You can refer to our .NET MVC Pivot Grid feature tourpage to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our .NET MVC Pivot Grid example to understand how to create and manipulate data.
For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.
If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!