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="combobox" />
<script>
$("#combobox").kendoComboBox({
  ignoreCase: false
});
</script>
Not finding the help you need?
Contact Support