CUAHSI / HydroDesktop

HydroDesktop is a free and open source GIS enabled desktop application that helps you search for, download, visualize, and analyze hydrologic and climate data registered with the CUAHSI Hydrologic Information System. HydroDesktop is part of the legacy CUAHSI toolkit and is not under active development. Click the "releases" link below to download the latest installer for Microsoft Windows.
73 stars 20 forks source link

search dropdown bottom list #110

Open xhqiao89 opened 7 years ago

xhqiao89 commented 7 years ago

katmckee[CodePlex]
In search dropdown, show my word at top of list!

Also show more terms, not just 7. Perhaps 10 or 12?

xhqiao89 commented 7 years ago

smithry[CodePlex]
I will not close this issue yet so we don't forget about it down the road.

xhqiao89 commented 7 years ago

ericch[CodePlex]
So after looking for a solution again, it seems that in order to solve it and have the item at the top of the list, then lookUpEdit would need to be implemented as shown here:

http://www.devexpress.com/Support/Center/Question/Details/Q294564

However, when attempting to use LookUpEdit, it seemed to be causing too many incompatability problems with the current setup. For now, I think we should just keep the ComboBoxEdit as it is and close this issue since it is DevExpress related and there is little that can be done on our side.

xhqiao89 commented 7 years ago

cuylerfris[CodePlex]
marking as active

xhqiao89 commented 7 years ago

katmckee[CodePlex]
Interesting, I thought it was so standard to have chosen word at top of drop down...

xhqiao89 commented 7 years ago

ericch[CodePlex]
Search dropdown will now show 10 words. However, I have been researching extensively on how to highlight the autocompleted word at the top of the search dropdown instead of the bottom word, but I can't find a solution yet. The problem resides with how the devexpress ComboBoxEdit works. I'll continue looking for a solution.