Hi,
I'm trying to get a basic MVC 4 application up and running, where I want to use Ignite UI controls. Very basic indeed:
That's it. But I can't get it work.
It either does nothing or shows javascript errors like "TypeError: $.ig is undefined" or "a.widget is not a function".
Yes, I know there's stuff, eg. the "setting up your mvc project" video (which doesn't use MVC4, but showed me which scripts etc. I have to include in my project), or the samples (which, although showing the usage of single controls and their properties very well, imho hide the basics because they use a lot of code in the background). So I got stuck a bit.
And here is my question: Is there a simple / basic / clean ASP.NET MVC 4 sample out there which
I'd appreciate any help.
Hello Bernd,
I would suggest you to go through the documentation for IgniteUI in MVC project, describing how to get started - http://help.infragistics.com/NetAdvantage/jQuery/2012.2/CLR4.0?page=igGrid_Developing_ASP_NET_MVC_Applications_with_igGrid.html. Here you can find what resources are required and in what order they should be referenced on the page. Also, a good place to start is the IgniteUI Starter MVC 3/4 templates for Visual Studio which should be installed along with IgniteUI and provides a Home page with references to all needed resources and a few controls on it.
If you have any further questions, please don’t hesitate to ask.
Thank you for your help. I haven't been aware of the project templates. Meanwhile I found another MVC4/IgniteUI project here:
http://ko.infragistics.com/community/blogs/mihail_mateev/archive/2012/07/11/using-spatial-data-in-asp-net-mvc-with-sql-server-2012-entity-framework-5-and-infragistics-jquery-map.aspx
Both resources took me some steps further.
Hello,
I'm glad to hear that.
Please don't hesitate to ask if you have any further questions.