Hi,
I found a Video showing how to Setup a MVC Project with 2011.1 Version of the jQuery Controls but this doesn't work for me.
Now I need to know how to setup a MVC 4 Project (VS 2010) with jQuery Controls V. 2012.1.
Can you please provide a step by step resource?!
Thanks for your help.
Regards
Herbert
Hi Martin,
sorry for the delay. It happened because of a business trip.
Thank you very much for you help. It took me to the right direction and my project is working now.
It would be very nice to show me the use of the loader instead of the whole infragistics.js.
Best regards,
Hello Herbert,
First, sorry for the delay.
The problem was that you reference jQuery 2 times in the _Layout.cshtml. One at the head section, the other at the bottom using bundling.
Attached you can find the corrected _Layout.cshtml.
Best regards,Martin PavlovInfragistics, Inc.
thank you for your reply.
I've attached the whole project except the default references and scripts (I think you'll have them). What you'll is the Infragistics.Web.Mvc.dll which I compiled against MVC 4 (with different Version Number).
I think this will help you better to investigate the problem.
Unfortunately I couldn't find you attachment.
Best Regards
I see this error for the first time. The code you provide is correct, so the problem should be somewhere else. In order to move forward with investigating this problem can you provide the generated HTML code from your project.
I'm attaching a sample MVC4 project with configured igRating. I use the Infragistics Loader to load the scripts for the Ignite UI controls. In order to run the project you have to copy the "packages" folder from a newly created MVC4 project into my project and create the proper Infragistics.Web.Mvc.dll reference.
isn't there anybody who can help me out with this issue? I'm totally stuck!
Normally I create Windows software. So I thought using the jQuery Controls could help me to avoid learning the whole java stack so that I can just focus on my core logic in .NET!?
Also reading the documentation is a pain if you're not aware what has to be done since it's missing important steps to take and requires a certain knowledge.
Please let me know what can be done to get this basic sample running!