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
945
Error when trying to view control, but still works
posted

So I am trying to get this code to work in my MVC4 test app.

http://help.infragistics.com/Help/Doc/jQuery/2013.1/CLR4.0/HTML/igRating_Overview.html

My project is blank with the exception of the coding.

When I click on the debug setting, I get this error.

"0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'igRating'"

If I click on the "continue" button, the app will continue on to the Index page where it will display the rating bar.

Can someone clue me in on what I could be missing that would cause this error?