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
1540
canUndo ultraComboEditor
posted

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.

Parents
  • 53790
    posted

    Hello Maria,

    If I understood well your scenario, maybe you could try to used ultraComboEditor1.Undo(); method instead of  CanUndo().  Our method CanUndo() get boolean value,  indicating whether the user can undo the editor`s previous operation. Also I suppose that your users could try Undo action from context menu during the control is in edit mode

    Please let me know if you think that I misunderstood your scenario or if you have any questions.

    Regards

Reply Children