Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
860
Is there a ASP.NET MVC 4 basic sample?
posted

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:

  • Visual Studio 2012
  • .NET 4.5
  • ASP.NET MVC 4 Project Template "Basic"
  • "Razor" view engine
  • jQuery 1.8.x
  • Ignite UI 12.2
  • Show an igRating control on the home page

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

  • introduces the basics of how to configure a project (where to include which script tags for example)
  • and how to make usage of Ignite UI controls (maybe just showing the usage of one control in the home page)?

I'd appreciate any help.