Hello everyone,
I am trying to implement a selection from a tree view (SfTreeView) which is integrated in a combobox (not sure if autocomplete can work as well). The idea is instead of showing the default combobox selection you see the tree view with correct highlighting and autocomplete support. So far I haven't got much success. Do you have ideas or examples how this can be achieved?
Thanks!
Does it make a difference that only one item can be selected from the TreeView/Combobox?
Alternatively is it possible to use autocomplete to achieve that?
This is amazing. You have recreated almost the entire component.
Unfortunately, there is one feature which I definitely need - being able to filter (something sim AutoCompleteMode="Suggest"). I can write custom filtering function for the treeview but I am not sure how to replace the button with a textbox in the template with working bindings which would support the search as described. Do you know how this can be done?