New to Kendo UI for jQueryStart a free 30-day trial

IgnoreCase

configuration

If set to false case-sensitive search will be performed to find suggestions. The widget performs case-insensitive searching by default.

ignoreCase

Boolean

Default: true

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  ignoreCase: false,
  dataSource: {
    data: ["One", "Two"]
  }
});
</script>
Not finding the help you need?
Contact Support