Hi,
In UltraCombo I use AutoCompleteMode.SuggestAppend or any other combination but the combo behaves the same and incorrect or weird. The problem is when I type the first letter of an existing item the remaining letters of that word are selected, which is normal, but after typing a second letter that letter is appended to the end of the word and the cursor goes to the end of that word without highlighting the rest or the letters. For example, if one existing item is names 'apple' and I type 'a', 'pple' is highlighted but when I type 'p' this letter is appended to the word 'apple' to become 'applep'!
Hello Alex,
I do not have any knowledge about such behavior of this control. I tried to reproduce it in many ways but was not able to do so. I need you to tell me what is your exact version of our controls in order to test my sample with it. Even then I might not succeed, so if you could provide a small sample project reproducing the mentioned issue, I will be happy to take a look at it. Meanwhile, please take a look at the sample which I used when I tried to get this issue.
I could fix the problem after two days, but I think it is a bug in WinGrid! I found that if this property is true for a cell that has a combo it behaves like that.
winGrid.DisplayLayout.Override.CellMultiLine = DefaultableBoolean.True;//Should be false to work if that Grid is using a combo!
The version I use is 11.2.
I created the following case for you: 'CAS-97645-QSDRS8' and will update you through it.
Hello,
I am also experiencing this problem in 10.2 and 12.2, i believe this was not an issue in 8.2 which i think from memory had a retired variant of auto complete. Did anything eventuate from this case, or did Alex post his work around he mentioned?
CellMultiLine = true is where the problem lies.
I have prepared an example, for the drop down values, try and type the second letter for those starting with D and it appends after the auto complete value. It is not an issue when the combo is by itseld, only when it is used as a cell editor.
Hope you can help.
Regards,
Andrew.
Hello Andrew,
This was determined to be a third party issue. This is an issue in the Microsoft TextBox. Multiline text and auto-complete are basicallyincompatible.Please feel free to let me know if a question about our toolset comes up on your mind.