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

No intellisense while typing kendo command within <script> section

0 Answers 76 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Roy
Top achievements
Rank 1
Roy asked on 08 Oct 2012, 11:09 PM
I am not getting intellisense when I tried to type the kendo command within <script> section. As shown below I am not getting intellisense when I type ".kendoAutoComplete(...". However the code is working fine. Thanks!
@section javascript
{
    <script type="text/javascript" language="javascript">
        var countries = ["Austrialia", "Canada", "United States"];
        $(function () {
            $("#countriesAutoComplete").kendoAutoComplete(countries);
        });
    </script>
}

No answers yet. Maybe you can help?

Tags
AutoComplete
Asked by
Roy
Top achievements
Rank 1
Share this question
or