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.