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
715
autocompletemode in tree
posted
Hi, i am using ultratree that has rows and cells. editor for the first column is EditorWithCombo. i am not able to find property like autocompletemode on UltraTreeNodeColumn like it is available on UltraGridColumn. so is it possible to get autocomplete functionality that we get in ultracomboeditor in a tree. Thanks, Kumar
Parents
  • 69832
    Offline posted

    Assign an UltraComboEditor instance to the Override.EditorControl property (don't assign anything to the Editor property), then set the applicable properties on the UltraComboEditor control. In this scenario, the UltraComboEditor control provides an editor to the tree that has the same characteristics as its own editor, so the editor in the tree will have the same AutoCompleteMode settings.

Reply Children
No Data