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
390
Customizing Timer Interval for KeyboardSearch
posted

When setting AllowKeyboardSearch to true, the tree gives the user 500 milliseconds to complete the keypress sequence.

  1. Is there a way to customize this interval (looking at the code in Reflector, it doesn't look like it)?
  2. Shouldn't this interval be reset on every keypress (as is the case for most other controls)?
Parents
  • 469350
    Suggested Answer
    Offline posted

    shmuly said:
    Is there a way to customize this interval (looking at the code in Reflector, it doesn't look like it)?

    No, there's no way to change the interval. You should Submit a feature request to Infragistics

    shmuly said:
    Shouldn't this interval be reset on every keypress (as is the case for most other controls)?

    Yes, the timer should reset so that you get 500 ms for each keystroke. The buffer will get cleared if the user does not type a key in that time. This is the same way it works in Windows Explorer.

Reply Children