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="dropdowntree" />

<script>
    $("#dropdowntree").kendoDropDownTree({
        dataSource: [{ text: "a-item1", value: 1 }, { text: "A-item2", value: 2 }],
        filter: "startswith",
        ignoreCase: true
    });
</script>
Not finding the help you need?
Contact Support