Hello,
I have an UltraComboEditor and the user can input values on it. I used the AutoComplete property to do that.
But now I have a problem. I need to make sure that my user can delete a value that he wrote. I use the function canUndo but it not works.
How can I solve my problem?
Thank you.
Thanks for your feedback. If you have any further questions, do not hesiate to write us
Regrads
Thank you!!!
This example solve my problem. I had a DropDownList and I shouldn't.
Thanks again.
If I understood your scenario, I think that you could achieve desired behavior. Could you please take a look at the attached sample and video file and let me know if you have any questions.
Regards
You're right, I can't.
What I need to do is set the dropdown values showed when I "delete" a character.
For example: if my user typed "300" it appears 300, 301, 302, 303... on the dropeddown values.
but, if they press "backspace", the dropdown values changed to 30, 310, 32, 34...
How can I dothis?
Hello Maria,
Thanks for provided information. I try to reproduce your scenario, but I`m confused. I also read your posts in other forum threads, but I still didn`t understand your scenario. Could you please upload small sample with your scenario and I`ll be glad to research it for you.
Meanwhile if you are using DropDownList, as far as I know the user could not type charecters in the UltraComboEditor, so how they could delete the charecter with backspace ?
Let me know if you have any questions.