Last Updated:
19 Jan 2023 14:50
by ADMIN
ComboBox: Provide public API that allows to determine if partial matches can be selected
Currently, there is an internal API that determines whether partial matches can be selected or not. Provide public options to change this behavior. By default partial matches are selected.
In the meantime, the default behavior can be changed using reflection to set the CanAutocompleteSelectPartialMatches property of RadComboBox to False.