Filtering Option
29 Jun 2018 / 1 minute to read
The combo box control provides an option to filter the dropdown list based on the text typed. You can set filter option by setting the AllowFiltering
boolean property to true.
NOTE
The Allow-Filtering property works only when the IsEditable property is set to true.
combobox = new SfComboBox();
combobox.IsEditable = true;
combobox.AllowFiltering = true;
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page