Dim r As DataRow TXT_ENTITYTYPENAME.AutoCompleteCustomSource.Clear() For Each r In orcl.dt.Rows TXT_ENTITYTYPENAME.AutoCompleteCustomSource.Add(r.Item(0).ToString) Next TXT_ENTITYTYPENAME.AutoCompleteMode = AutoCompleteMode.Suggest
Hello Vishnu,
Thank you for posting. I believe you are looking for AutoSuggestFilterMode property, but the ‘AutoCompleteMode’ and ‘AutoSuggestFilterMode’ are the properties of UltraComboEditor, not UltraTextEditor.
Here is the list of all the available properties in both the controls:
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawineditors~infragistics.win.ultrawineditors.ultratexteditor_members
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawineditors~infragistics.win.ultrawineditors.ultracomboeditor_members
Let me know if you have any question.
Sincerely,Divya JainAssociate Software Developer