I am getting the jQuery undefined error in the attached project. I have read around on this but I am missing what I need to add to the project to get it working. This project works fine in Chrome but not IE.
Sorry Figured out my error here. registring the scripts too many times and using Stylesheet registrar rather than Script Registrar.
But what lead me to this error was another one I wonder if you can help well. In the real project I made this test project from, I have the pop up edit form from the grid that had two combo boxes and when one of the combo boxes is selected I do an ajax call to retrieve some info and pull back some data and update the text boxes using jquery, (i.e, $('#textbox').attr('value',data)) . Some of my text boxes immediately show the changes but other text boxes, typically telerik currency and numeric text boxes do not show my data updates until I click or tab into the text box. The data is there and will show once I focus on the text box or if I submit the popup edit form the data model contains the updates but it will not show the data automatically doing the jquery updates. Not sure if this is a jquery, mvc or telerik issue.