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
70
Using WinComboEditor as an embedded editor control in WinTree
posted

I have a DropDownList combo box loaded with 10 items. I have assigned this to teh WinTree.Override.EditorControl. Everything work fine and Editor control shows properly. However, when an item is selected in the combo box, events such as ValueChanged, SelectionChanged do not fire. The problem is that I want to do different things based on the SelectionIndex. However, it is always 0.