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
100
Responding to Keypress Events in the UltraDropDown
posted

Does someone know of a way to change the default timeout period for a keypress event associated with the searching of a UltraDropDown?  If the user types the letters fast enough it will be considered a continuous search in the UltraDropDown; however, if they are a bit slow then the search string builder resets and the user ends up somewhere else in the dropdown list.  The UltraGrid has a nice search helper class that can be attached to provide column searching where you can change the timeout period.

Also: does someone know of a way to respond to the keypress events when the UltraDropDownis in a UltraGrid ?  I would like to enable the up and down arrow for the user to navigate in the dropdown list.