In made a test MVC 3 solution in VS2010 based on IgniteUI 2013.1.
But everytime I test it in the browser I do get an error on the infragistics.lob.js script.
Do I miss something in the solution? Or is there something else going on?
The solution is in attachment. I took out all the scripts to be able to send it in attachment. So you have to add them again.
Greetings,
Geert
Hello Geert!
The problem seems to be with the jQuery version used. I modified your solution to use version 1.4.4, but you can also use versions higher than 1.7.0.
Just make sure to add include the IG css and js files.
Let me know if I can be of any further assistance to you.
Best,
Philip
Hi Philip,
Thank you for your answer.
I'm using version 1.7.2 of jQuery now. When I view the aspx page in a browser I still get the same error and an extra error in jquery-1.7.2.min.js on ui-igSplitter.
I cannot see what I'm doing wrong. I followed the online help on the PivotView and Javascript files and it still does not work. Or I am doing something wrong or the online help is not complete or not correct.
I followed everything in the online help of Ignite UI 2013.1 on "igPivotView", "Using JavaScript Resources in Ignite UI" and "JavaScript Files in Ignite UI".
The solution is in attachment.
Can you please guide me to get this solution working. This is a test to see how everything works. When I get this solution work, I have to develop real web applications with the PivotView.
Greetz,
Hello Geert,
The service release containing the fix for this issue has been already released.
You could download it from your Infragistics Account going to "Account", "Keys and Downloads" and under the appropriate product key, go to the Service Release tab and you would be able to find it there.
https://ko.infragistics.com/my-account/keys-and-downloads/
If you have any other questions, please feel free to let us know.
We have created the following case for you : CAS-118972-N5V4J6
We have logged this behavior in our internal tracking system with a Development ID of 145491. Once this is resolved you will be update here in the forums, and through your private case as well.
If you have any other questions please do not hesitate to contact us.
Indeed with the exact combination of versions of jQuery and jQuery UI, an error is being thrown. Until we resolve this issue, I would suggest that you use a version of jQuery higher than 1.8.0. I have updated your solution to use this version and it is working OK now. Just be sure to include the required images under 'Content\IG\structure' and 'Content\IG\themes\infragistics'. I have also commented out the sections/scripts that you do not need for the igPivotView.
Let me know if you need any further help.
Regards,