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

[Solved] AutoCompleteFor jQuery error in Internet Explorer

1 Answer 128 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.
Neil
Top achievements
Rank 1
Neil asked on 30 Jul 2010, 10:52 AM
Hi, I'm having trouble with the AutoCompleteFor control in MVC2 using Internet Explorer 8. My debugger breaks at the following line of code [dynamic]: jQuery('#XXXX').tAutoComplete({filter:2}); where XXXX is the AutoCompleteFor control's name.

The following is how I include the control in the view:

<%=Html.Telerik().AutoCompleteFor(prop => prop.YYYY).Name("XXXX").Filterable(filter => filter.FilterMode(AutoCompleteFilterMode.Contains))%>

, where YYYY is the property and XXXX is the control's name.

The error I'm getting when the view is loaded is: "Microsoft JScript runtime error: Object doesn't support this property or method"

I have tested this in other browsers (Google Chrome, Firefox) and it works fine. The only problem I am having is in Internet Explorer.
Is there a setting I'm missing? Is this a know compatibility issue? Any help or feedback would be greatly appreciated. Thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 30 Jul 2010, 11:23 AM
Hello Neil,

This error is caused by forgotten "," in the default client object of the tAutocomplete. For your convenience I have attached the modified js files to this message.

Regards,
Georgi Krustev
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
Tags
ComboBox
Asked by
Neil
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or