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
510
Typing and matching a row in dropdown causes cursor to jump to start of text
posted

We have a UltraCombo which is bound to a datatable. When we type in the combo and the text does not match any of the rows in the dropdown the cursor does not jump but as soon as it matches a row and that matched row becomes selected - appears to be default behaviour - the carret jumps to the beginning of the combo so we prefix any extra text typed instead of appending to text.

Can someone help us with why the cursor jumps to the start when the text matches a row in the dropdown? 

Parents Reply
  • 510
    posted in reply to Mike Saltzman

    Attached is a simple project which replicates our problem. The values start in upper case but if you type "boom" (lower case 'b') once you type the 'm' the text in the combo changes to "Boom" and the caret moves to the start of the word. Can you help us keep the caret at the end please?

    thanks.

Children