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?
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.
What is the event that I should use? The control is bound so I need an event which when it happen the value in the data is different than the control value.