Hi
I want to set the dropdownstyle as dropdownlist for the ultratreenodecolumn, whose editor is editorwithcombo, but unfortunately it is readonly. Can anyone help me to set the style.
Oh this didn't work for me. Please help.
I have set EditorWithCombo to some of the cells of my WinTree control. Also set UltraComboEditor to the same cells with style DropDownList. But the Editor is not behaving in DropDownList style.
What you have to do is assign an UltraComboEditor control to the EditorControl property, and set the DropDownStyle on the control to 'DropDownList'. The editor that is provided to the cells will pick up this setting.