2

Using: VS'12, asp.net MVC4 Internet Application, MVC, EF Code First + Kendo UI

Error

Uncaught ReferenceError: filterCountys is not defined
(anonymous function)

However It is defined ... ???

enter image description here

I'm unsure if it makes a difference but this code is in a PartialView called from an Ajax Script

1 Answer 1

3

Try putting the scripts back to the main View, they must be on your Index View( the Main View ) not the Partial View. This is why there not showing up correctly.

I'm not certain for the reason but if i'd guess. Your partial either isn't loading in the scripts or they must be available from the Main / Index View.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.