Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
UltraWinTree EditorWithCombo - Dynamic Valuelist
posted

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.