This is a migrated thread and some comments may be shown as answers.

jQuery 1.4.3 & 1.4.4 Error 'o.toLowerCase is not a function'

2 Answers 55 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
lmf232s
Top achievements
Rank 1
lmf232s asked on 02 Dec 2010, 10:51 PM
When attempting to select a value from the combo box i receive the following javascript error 'o.toLowerCase is not a function'. This is only present in jquery 1.4.3 & 1.4.4. All seems to work correctly in 1.4.2 and I have not tested with 1.4.1.

Here is the code for the combo box:
<%= Html.Telerik().ComboBoxFor(m => m.RMarkId)
      .AutoFill(true)
      .BindTo(new SelectList(ViewData["RMarkList"] as IEnumerable, "RMarkId", "Description"))
      .HtmlAttributes(new { style = "width:60px" })
      .Filterable(filtering => filtering.FilterMode(AutoCompleteFilterMode.StartsWith))
      .HighlightFirstMatch(true)%>

2 Answers, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 03 Dec 2010, 07:50 AM
Hello lmf232s,

 Can you reproduce this problem in any of our online demos?

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
lmf232s
Top achievements
Rank 1
answered on 03 Dec 2010, 04:40 PM
I am unable to reproduce the issue with the online demos but this may be due to the fact that your demos are using version 2010.3.1110 along with jquery 1.4.3. I should of specified the version when I posted the original email. The issue I was having was in reference to version 2010.2.930.

I have updated my project to use the latest release and all is working properly with jquery 1.4.3 & 1.4.4.

Thanks!
Tags
ComboBox
Asked by
lmf232s
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
lmf232s
Top achievements
Rank 1
Share this question
or