I am using UltraWinTree 6.3.20063.1079 and am using an EditorWithCombo on a particular node.
There are about 200 different options available in the combo so what I would like to do is to narrow down the available items in the list as the user starts typing (i.e. it will only show the items which start with the letters they type).
Within the combo_valuechange event, I have tried building a new valuelist from my datatable and overwriting the existing valuelist from but the valuelist is read only. There must be an easy way to do this (possibly without rebuilding the valuelist for each keypress) ??
Any advice would be appreciated.
Try the AutoComplete property.
Hi Tim,
Thanks very much for the reply. That looks like exactly what I need but I couldn't find the AutoComplete property on EditorWithCombo (Embeddable Editor). I am using version UltraWinTree 6.3.20063.1079 so maybe it has been added in a later version?
I found the AutoComplete property on the UltraComboEditor and tried setting the node editor to that but got the Error "Value of type 'Infragistics.Win.UltraWinEditors.UltraComboEditor' cannot be converted to 'Infragistics.Win.EmbeddableEditorBase'."
Any help is much appreciated.
I don't have an answer for that. Suggest you submit an incident to support. I'm sure they'll be able to help.