Hello. we are using pivotgrid and xmla datasource, we took this example http://igniteui.com/pivot-grid/binding-to-xmla-data-source , but the system is not working properly, it works just some times, but not always. We are using VPN to connect to the server and the database is sqlserver 2005. We tried with another system (www.flexmonster.com/) and didn't have any problem, it connected immediately. What would be the way to connect properly?
Hello guys,
If you have additional questions or comments on this topic feel free to update this thread.
Hello Miguel,
I am just checking if you have been able to resolve your issue. If you need any further assistance please consider the questions I have asked in my previous response. Feel free also to update the case with any new information.
Thank you for posting in our forum.
To bind data source correctly under IE before declaring the data source it is needed to set the jQuery cross-origin requests support to true:
$.support.cors = true;
A sample presenting pivot grid binding might be found at the following resource: http://jsfiddle.net/g9hLL/
You might be also interested in reading through the pages below:
http://help.infragistics.com/Doc/jQuery/2013.2/CLR4.0?page=igPivotGrid_Overview.html
http://help.infragistics.com/Help/Doc/jQuery/2013.2/CLR4.0/html/igPivotView_Adding_to_HTML_Page.html
If you need further assistance could you provide more details on the scenarios when you encounter issues? Which browsers does the system crash on? Could you give a sample and steps to reproduce the behavior and test it further?
Looking forwards to your reply.