This question is locked. New answers and comments are not allowed.
Now that I have upgraded to 2010.3 1318, I am getting the following error when I have a combobox on my page:
Microsoft JScript runtime error: Object doesn't support this property or method
The error occurs in telerik.list.min.js at
I get the error when I try to move away from the page. I thought it might be due to changes in the script files but haven't be able to find anything.
My script registrar is as follows
Any ideas?
Microsoft JScript runtime error: Object doesn't support this property or method
The error occurs in telerik.list.min.js at
if((j.Text==undefined?j:j.Text).toLowerCase()==o)I get the error when I try to move away from the page. I thought it might be due to changes in the script files but haven't be able to find anything.
My script registrar is as follows
<%= Html.Telerik().ScriptRegistrar().jQuery(false).Globalization(true).DefaultGroup(group => group .Add("telerik.common.js") .Add("telerik.grid.js") .Add("telerik.grid.filtering.js") .Add("telerik.calendar.js") .Add("telerik.combobox.js") .Add("telerik.list.js") .Add("telerik.autocomplete.js") .Add("telerik.datepicker.js")) %>Any ideas?