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
17259
Previous value in UltraComboEditor
posted

Hi all,

Is there a way to retreive the previously selected value from the UltraComboEditor after the user chooses a new value and before the value is committed?
Or is there a way to cancel the user's selection?

Parents
No Data
Reply
  • 469350
    Offline posted

    Well, if the control is bound, you can probably get the old value from the data source and compare that to the value of the control. The control itself doesn't keep track of the old value.

    And I don't know of any way to cancel the selection, but if you use UltraCombo, instead of UltraComboEditor, you can disable rows to prevent the user from selecting them. 

     

Children