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

Issues with RadTextBox & jQueryUI in IE

1 Answer 55 Views
Input
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 03 May 2012, 10:34 PM
I have a RadTextBox that is using the jQuery UI autocomplete feature for specific values. This works great in Firefox & Chrome but when I go to select an item from the autocomplete values it does not fill the value in IE 9. Unsure why it doesn't work or what I need to do to make it work.

'<script type="text/javascript">
        $(function () {
            var availableTags = [
            "ActionScript",
            "AppleScript",
            "Asp",
            "BASIC",
            "C",
            "C++",
            "Clojure",
            "COBOL",
            "ColdFusion",
            "Erlang",
            "Fortran",
            "Groovy",
            "Haskell",
            "Java",
            "JavaScript",
            "Lisp",
            "Perl",
            "PHP",
            "Python",
            "Ruby",
            "Scala",
            "Scheme"
        ];
            $(".riTextBox").autocomplete({
                source: availableTags
            });
        });

       
    </script>'


'<telerik:RadTextBox AutoCompleteType="Search" columns="25" ID="nihSearch" runat="server" CssClass="homeSearchBox" EmptyMessageStyle-CssClass="empty" EmptyMessage="Add Keywords...">
                                </telerik:RadTextBox> '

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 08 May 2012, 12:46 PM
Hi Jason,

The issue you are facing is actually generic issue with the Autocomplete plugin. I would suggest you to read the author's page  for  your plugin for more information on this matter.
 It's been deprecated and the last version of Explorer it's been tested with is 7.


Greetings,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Jason
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or