Using enableKeySearch() problem?

When turning on the enableKeySearch(), all works well until you have a tree node that contains a “-” (dash). If I have a tree node that is “Home” and one that is “Home-Run” it will not find the second. Does anyone have info regarding this problem? Thanks…

Hi,

unfortunately it is impossible transform key to characters correctly in IE if the key doesn’t correspond to number or letter.

Try to use custom search in this case this problem won’t occurs:

dhtmlxTree/samples/14_selection_sorting_navigation/06_pro_search.html