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
540
Google-like text input
posted

Hi, I'm looking for a way to provide my users with a google-like text input. Let me explain ... the moment the user starts to type a command into a texteditor I would like the system to preview the possibilities as a gray preview into the editor ...

 

Is this possible ?

 

thanks, Wim

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi Wim,

    What you could do is use UltraComboEditor or UltraCombo with AutoSuggest. You would have to provide a list of matching words, of course, but you could hide the DropDown button on the control and also handle the BeforeDropDown event to prevent the user from seeing the list via the keyboard.

Reply Children